Signal-iOS/SignalMessaging
Jordan Rose bb29404739 Only send one PniIdentity sync message when there are many requests
PniIdentity requests get sent from linked devices every time they are
launched, and primaries that don't understand them will drop them.
However, it's possible for several such requests to end up in the
queue, and we should avoid sending several responses (it's harmless
but wasteful). Wait to send any PniIdentity sync messages until
message processing has finished.
2022-04-22 14:26:04 -07:00
..
attachments Fix typos 2022-03-18 11:31:06 -07:00
calls Fix some trivial compiler warnings 2022-04-19 09:28:15 -05:00
categories Backend support for stories receipt 2022-03-16 17:51:48 -07:00
contacts Only send one PniIdentity sync message when there are many requests 2022-04-22 14:26:04 -07:00
environment Fetch phone numbers in a batch. 2022-03-17 12:46:33 -07:00
groups Check all groups for an up-to-date profile key (at most once per week) 2022-04-21 11:37:38 -07:00
Notifications Include timestamp in missed call notifications 2022-04-05 10:48:05 -07:00
Payments Cleanup old feature flags 2022-01-24 10:53:55 -08:00
profiles Check all groups for an up-to-date profile key (at most once per week) 2022-04-21 11:37:38 -07:00
Storage Service Require transactions for the remainder of BlockingManager's interface 2022-04-08 19:01:43 -07:00
Subscriptions Fix some trivial compiler warnings 2022-04-19 09:28:15 -05:00
utils Remove redundant DateFormatter locales 2022-04-19 09:27:54 -05:00
Info.plist Shared framework between app and extension 2017-11-29 13:58:27 -08:00
SignalMessaging-Prefix.pch minor changes due to changed name of NSLocalizedStringFromAppBundle (now OWSLocalizedString) and new location of swift function and preprocessor definition 2022-03-11 14:08:26 +01:00
SignalMessaging.h Copy in AFNetworking's query string encoding implementation 2021-12-17 14:52:59 -08:00