mirror of
https://github.com/element-hq/synapse.git
synced 2024-11-22 01:25:44 +03:00
deploy: 4dd18bdc2e
This commit is contained in:
parent
f16faac2d9
commit
2efb62ec85
4 changed files with 6 additions and 4 deletions
|
@ -629,7 +629,8 @@ given timestamp. Defaults to <code>f</code>.</li>
|
|||
</ul>
|
||||
<p><strong>Response</strong></p>
|
||||
<ul>
|
||||
<li><code>event_id</code> - converted from timestamp</li>
|
||||
<li><code>event_id</code> - The event ID closest to the given timestamp.</li>
|
||||
<li><code>origin_server_ts</code> - The timestamp of the event in milliseconds since the Unix epoch.</li>
|
||||
</ul>
|
||||
<h1 id="block-room-api"><a class="header" href="#block-room-api">Block Room API</a></h1>
|
||||
<p>The Block Room admin API allows server admins to block and unblock rooms,
|
||||
|
|
|
@ -13403,7 +13403,8 @@ given timestamp. Defaults to <code>f</code>.</li>
|
|||
</ul>
|
||||
<p><strong>Response</strong></p>
|
||||
<ul>
|
||||
<li><code>event_id</code> - converted from timestamp</li>
|
||||
<li><code>event_id</code> - The event ID closest to the given timestamp.</li>
|
||||
<li><code>origin_server_ts</code> - The timestamp of the event in milliseconds since the Unix epoch.</li>
|
||||
</ul>
|
||||
<h1 id="block-room-api"><a class="header" href="#block-room-api">Block Room API</a></h1>
|
||||
<p>The Block Room admin API allows server admins to block and unblock rooms,
|
||||
|
|
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
Loading…
Reference in a new issue