361bdafb87
Basically, if the client sets a special query param on `/sync` v2 instead of responding with `state` at the *start* of the timeline, we instead respond with `state_after` at the *end* of the timeline. We do this by using the `current_state_delta_stream` table, which is actually reliable, rather than messing around with "state at" points on the timeline. c.f. MSC4222 |
||
---|---|---|
.. | ||
README.rst | ||
account_validity.md | ||
event_reports.md | ||
experimental_features.md | ||
media_admin_api.md | ||
purge_history_api.md | ||
register_api.md | ||
room_membership.md | ||
rooms.md | ||
server_notices.md | ||
statistics.md | ||
user_admin_api.md | ||
version_api.md |
README.rst
Admin APIs ========== **Note**: The latest documentation can be viewed `here <https://element-hq.github.io/synapse>`_. See `docs/README.md <../README.md>`_ for more information. **Please update links to point to the website instead.** Existing files in this directory are preserved to maintain historical links, but may be moved in the future. This directory includes documentation for the various synapse specific admin APIs available. Updates to the existing Admin API documentation should still be made to these files, but any new documentation files should instead be placed under `docs/usage/administration/admin_api <../usage/administration/admin_api>`_.