Mark groups left on synced "You left the group"
When leaving a group on mobile, we sync the group quit message to desktop, but we weren't marking the conversation left. // FREEBIE
This commit is contained in:
parent
517400699a
commit
80bfe18f02
1 changed files with 1 additions and 0 deletions
|
@ -366,6 +366,7 @@
|
|||
}
|
||||
else if (dataMessage.group.type === textsecure.protobuf.GroupContext.Type.QUIT) {
|
||||
if (source == textsecure.storage.user.getNumber()) {
|
||||
attributes.left = true;
|
||||
group_update = { left: "You" };
|
||||
} else {
|
||||
group_update = { left: source };
|
||||
|
|
Loading…
Add table
Reference in a new issue