session-ios/SessionMessagingKit/Sending & Receiving
Niels Andriesse aa3a18fa7e Don't notify for closed group control messages
This addresses an issue where:

• someone would create a closed group
• on other peoples' devices this control message would be received through a background poll or a push notification
• the received message timestamps table would be updated
• processing wouldn't be finished (during a background poll or while handling a push notification the system can cut you off at any time)
• some of the added users don't see the new closed group because when they open the app and get the control message from their swarm it's considered a duplicate and isn't processed again
2021-05-24 08:57:31 +10:00
..
Attachments fix inconsistent voice message durations 2021-05-07 15:22:48 +10:00
Blocking Rename contactIdentifier → contactSessionID 2021-05-05 10:00:39 +10:00
Data Extraction Rename contactIdentifier → contactSessionID 2021-05-05 10:00:39 +10:00
Expiration Unify contacts APIs 2021-03-01 09:36:18 +11:00
Link Previews Finish link preview UI 2021-02-15 13:51:26 +11:00
Mentions Delete V1 OGS & file server 2021-05-04 15:46:48 +10:00
Notifications Remove unused code 2021-05-05 12:13:48 +10:00
Pollers Merge branch 'dev' into cleanup 2021-05-20 16:25:59 +10:00
Quotes Finish replies UI 2021-02-10 14:43:57 +11:00
Read Tracking Remove unused code 2021-05-05 12:13:48 +10:00
Typing Indicators Remove unused code 2021-05-05 12:13:48 +10:00
MessageReceiver+Decryption.swift Redesign conversation screen part 1 2021-02-09 15:14:18 +11:00
MessageReceiver+Handling.swift Merge branch 'dev' into cleanup 2021-05-20 16:25:59 +10:00
MessageReceiver.swift Hopefully fix closed group handling bug 2021-05-19 08:42:58 +10:00
MessageSender+ClosedGroups.swift Make closed group polling variable rate 2021-05-12 10:33:29 +10:00
MessageSender+Encryption.swift Redesign conversation screen part 1 2021-02-09 15:14:18 +11:00
MessageSender.swift Don't notify for closed group control messages 2021-05-24 08:57:31 +10:00
Notification+MessageReceiver.swift Debug 2021-02-23 16:09:22 +11:00