[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:
Anurag Shivarathri
2022-06-11 02:57:34 +05:30
committed by GitHub
parent e56f172f9a
commit efd259a523
9 changed files with 143 additions and 37 deletions

View File

@@ -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
}
}