SendMessageToGroupError + Cwtch Version Bump #76

Merged
erinn merged 4 commits from groups into trunk 2021-05-11 00:46:57 +00:00
1 changed files with 2 additions and 2 deletions
Showing only changes of commit 0687fe9b70 - Show all commits

View File

@ -413,9 +413,9 @@ class MessageState extends ChangeNotifier {
}
this._loaded = true;
//update ackd last as it's changenotified
this.ackd = messageWrapper['Acknowledged'];
//update ackd and error last as they are changenotified
this.ackd = messageWrapper['Acknowledged'];
if (messageWrapper['Error'] != null) {
this.error = true;
}