You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This prevents a few nice-to-have features of clients, e.g. notifying only messages which have not yet read or needlessly reordering the channels a lot when there are many messages to receive.
Note that the InitialSync is not really a perfect solution for that, e.g. if the device has been running for a while but was disconnected from the internet, InitialSync probably will not really help.
The text was updated successfully, but these errors were encountered:
That sounds like a fine idea, but it would also mean retiring the ReceivingMode enum altogether and letting clients perform the right operations themselves. I suppose Manager::sync_contacts would also have to go.
This prevents a few nice-to-have features of clients, e.g. notifying only messages which have not yet read or needlessly reordering the channels a lot when there are many messages to receive.
Note that the
InitialSync
is not really a perfect solution for that, e.g. if the device has been running for a while but was disconnected from the internet,InitialSync
probably will not really help.The text was updated successfully, but these errors were encountered: