mirror of
https://github.com/signalapp/Signal-Desktop.git
synced 2026-07-09 14:54:10 +01:00
40351fcc54
When sending an constrct a copy of the PushMessageContent protobuf, add a SyncMessageContext, and send it to ourselves. Do this for all kinds of group messages, and individual text/media messages, but not closeSession messages as the latter are device-specific. Do not sync messages if we are the primary device, which should only be supported in development. Normal web clients must be paired with a android or ios master device, and even in dev, a primary/standalone web client does not support linking additional devices.