forked from Ivasoft/mattermost-mobile
[Gekidou] Open CRT notifications (#6369)
* Open CRT notification * Changes * fix own DM * Removed unwanted functions * WS post commit createThreadFromNewPost as soon as possible * Addressing the feedback Co-authored-by: Mattermod <mattermod@users.noreply.github.com> Co-authored-by: Elias Nahum <nahumhbl@gmail.com>
This commit is contained in:
committed by
GitHub
parent
e56f172f9a
commit
efd259a523
@@ -163,7 +163,7 @@ extension Network {
|
||||
let userId = participant.id
|
||||
if (userId != currentUserId) {
|
||||
threadParticipantUserIds.insert(userId)
|
||||
if (threadParticipantUsers[userId] != nil) {
|
||||
if (threadParticipantUsers[userId] == nil) {
|
||||
threadParticipantUsers[userId] = participant
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user