summary refs log tree commit diff
path: root/develop/usage/administration/admin_api/federation.html
diff options
context:
space:
mode:
authorreivilibre <reivilibre@users.noreply.github.com>2023-01-05 18:18:54 +0000
committerreivilibre <reivilibre@users.noreply.github.com>2023-01-05 18:18:54 +0000
commitd07f6856fecde7d0e397d8dc614c697d24dd2d40 (patch)
tree2285b490b9149919a6296d1fa64c3ef6d91abef4 /develop/usage/administration/admin_api/federation.html
parentdeploy: 44b476b26e50c642059d6110ba3dcbb1eec0b647 (diff)
downloadsynapse-d07f6856fecde7d0e397d8dc614c697d24dd2d40.tar.xz
deploy: 4eb2f4e02b83c90519a8a55c562d1fafab7caf0b
Diffstat (limited to 'develop/usage/administration/admin_api/federation.html')
-rw-r--r--develop/usage/administration/admin_api/federation.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/develop/usage/administration/admin_api/federation.html b/develop/usage/administration/admin_api/federation.html

index d9af4a958d..1f63f6fdd4 100644 --- a/develop/usage/administration/admin_api/federation.html +++ b/develop/usage/administration/admin_api/federation.html
@@ -215,7 +215,7 @@ the remote server before trying again, in ms. This is <code>0</code> if no furth <li><code>failure_ts</code> - nullable integer - The first time Synapse tried and failed to reach the remote server, in ms. This is <code>null</code> if communication with the remote server has never failed.</li> <li><code>last_successful_stream_ordering</code> - nullable integer - The stream ordering of the most -recent successfully-sent <a href="understanding_synapse_through_grafana_graphs.html#federation">PDU</a> +recent successfully-sent <a href="../understanding_synapse_through_grafana_graphs.html#federation">PDU</a> to this destination, or <code>null</code> if this information has not been tracked yet.</li> </ul> </li> @@ -288,7 +288,7 @@ Room objects contain the following fields: <ul> <li><code>room_id</code> - string - The ID of the room.</li> <li><code>stream_ordering</code> - integer - The stream ordering of the most recent -successfully-sent <a href="understanding_synapse_through_grafana_graphs.html#federation">PDU</a> +successfully-sent <a href="../understanding_synapse_through_grafana_graphs.html#federation">PDU</a> to this destination in this room.</li> </ul> </li>