core: allow creating groups with the same display name; mobile: update group status when group deleted by another member or user removed (#859)
This commit is contained in:
committed by
GitHub
parent
30c345933b
commit
999923bcf9
@@ -818,6 +818,10 @@ func processReceivedMsg(_ res: ChatResponse) async {
|
||||
// NtfManager.shared.notifyContactRequest(contactRequest) // TODO notifyGroupInvitation?
|
||||
case let .userJoinedGroup(groupInfo):
|
||||
m.updateGroup(groupInfo)
|
||||
case let .groupDeleted(groupInfo, _):
|
||||
m.updateGroup(groupInfo)
|
||||
case let .deletedMemberUser(groupInfo, _):
|
||||
m.updateGroup(groupInfo)
|
||||
case let .rcvFileStart(aChatItem):
|
||||
chatItemSimpleUpdate(aChatItem)
|
||||
case let .rcvFileComplete(aChatItem):
|
||||
|
||||
Reference in New Issue
Block a user