mirror of
https://git.anonymousland.org/anonymousland/synapse.git
synced 2025-11-28 12:10:23 -05:00
A hopefully-complete implementation of the full_state incremental sync, as specced at https://github.com/matrix-org/matrix-doc/pull/133. This actually turns out to be a relatively simple modification to the initial sync implementation. |
||
|---|---|---|
| .. | ||
| __init__.py | ||
| _base.py | ||
| account.py | ||
| auth.py | ||
| filter.py | ||
| keys.py | ||
| receipts.py | ||
| register.py | ||
| sync.py | ||
| tokenrefresh.py | ||