This repository has been archived by the owner on Apr 26, 2024. It is now read-only.
Status messages aren't included in initial syncs if the sender is offline #13507
Labels
A-Sync
defects related to /sync
O-Uncommon
Most users are unlikely to come across this or unexpected workflow
S-Minor
Blocks non-critical functionality, workarounds exist.
T-Defect
Bugs, crashes, hangs, security vulnerabilities, or other reported issues.
This means if a user sets their status message while another user is logged out of all of their devices, that other user won't get the (new) status message. This is causing issues with deployments relying on status messages being distributed reliably.
A fix could be:
Though I'm not fully sure of the performance implications and what it would mean in terms of the increase in the size of initial sync responses.
We could technically add a configuration setting to switch to this behaviour but it doesn't sound like the right solution to me.
The text was updated successfully, but these errors were encountered: