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 has been archived by the owner on Apr 26, 2024. It is now read-only.
depth | Integer | Required. The maximum depth of the prev_events, plus one
Synapse accepts events with depths that are not the maximum depth of the prev_events, plus one. The solution is to only accept events with depths that are the maximum depth of the prev_events, plus one.
The text was updated successfully, but these errors were encountered:
The specification states in server-server 4.1 PDU fields:
Synapse accepts events with depths that are not the maximum depth of the
prev_events
, plus one. The solution is to only accept events with depths that are the maximum depth of theprev_events
, plus one.The text was updated successfully, but these errors were encountered: