mirror of
https://gitlab.com/comunic/comunicmobile
synced 2025-07-03 15:13:29 +00:00
Handles messages update events
This commit is contained in:
@ -342,9 +342,7 @@ class ConversationsHelper {
|
||||
|
||||
if (response.code != 200) return false;
|
||||
|
||||
// Update the message content locally
|
||||
return await _conversationMessagesDatabaseHelper.updateMessageContent(
|
||||
id: id, newContent: newContent);
|
||||
return true;
|
||||
}
|
||||
|
||||
/// Delete permanently a message specified by its [id]
|
||||
|
Reference in New Issue
Block a user