This commit is contained in:
clokep 2023-11-14 16:44:46 +00:00
parent f16faac2d9
commit 2efb62ec85
4 changed files with 6 additions and 4 deletions

View file

@ -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,

View file

@ -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