mirror of
https://git.anonymousland.org/anonymousland/synapse.git
synced 2025-12-23 20:01:08 -05:00
... and update some docstrings to correctly reflect the types being used. get_new_device_msgs_for_remote can return a long under some circumstances, which was being stored in last_device_list_stream_id_by_dest, and was then upsetting things on the next loop. |
||
|---|---|---|
| .. | ||
| engines | ||
| schema | ||
| util | ||
| __init__.py | ||
| _base.py | ||
| account_data.py | ||
| appservice.py | ||
| background_updates.py | ||
| client_ips.py | ||
| deviceinbox.py | ||
| devices.py | ||
| directory.py | ||
| end_to_end_keys.py | ||
| event_federation.py | ||
| event_push_actions.py | ||
| events.py | ||
| filtering.py | ||
| keys.py | ||
| media_repository.py | ||
| openid.py | ||
| prepare_database.py | ||
| presence.py | ||
| profile.py | ||
| push_rule.py | ||
| pusher.py | ||
| receipts.py | ||
| registration.py | ||
| rejections.py | ||
| room.py | ||
| roommember.py | ||
| search.py | ||
| signatures.py | ||
| state.py | ||
| stream.py | ||
| tags.py | ||
| transactions.py | ||