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
{{ message }}
This repository was archived by the owner on Apr 26, 2024. It is now read-only.
If the number of to-device messages exceeds 100, then get_new_device_msgs_for_remote returns the oldest 100, and the stream_id of the newest of those 100, as a long.
This value is then stored in last_device_list_stream_id_by_dest, and is sent back into get_new_device_msgs_for_remote on the next loop. That calls has_entity_changed, which asserts that the stream_id is an int - hence the federation request is never sent.