mirror of
https://github.com/chatmail/core.git
synced 2026-04-28 10:56:29 +03:00
bubble up errors from update_param() and some related functions (#3415)
* bubble up errors from update_param() and some related functions * log bubbled-up error in ffi
This commit is contained in:
@@ -306,7 +306,7 @@ impl Context {
|
||||
}
|
||||
|
||||
if param_changed {
|
||||
instance.update_param(self).await;
|
||||
instance.update_param(self).await?;
|
||||
self.emit_msgs_changed(instance.chat_id, instance.id);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user