1
0
Fork 0
mirror of https://github.com/element-hq/synapse.git synced 2025-03-28 18:38:31 +00:00
This commit is contained in:
DMRobertson 2022-08-23 09:11:21 +00:00
parent 4f980566e2
commit ce381cbcc2
4 changed files with 4 additions and 2 deletions

View file

@ -465,6 +465,7 @@ If the room does not define a type, the value will be <code>null</code>.</li>
&quot;forgotten&quot;: false
}
</code></pre>
<p><em>Changed in Synapse 1.66:</em> Added the <code>forgotten</code> key to the response body.</p>
<h1 id="room-members-api"><a class="header" href="#room-members-api">Room Members API</a></h1>
<p>The Room Members admin API allows server admins to get a list of all members of a room.</p>
<p>The response includes the following fields:</p>

View file

@ -11476,6 +11476,7 @@ If the room does not define a type, the value will be <code>null</code>.</li>
&quot;forgotten&quot;: false
}
</code></pre>
<p><em>Changed in Synapse 1.66:</em> Added the <code>forgotten</code> key to the response body.</p>
<h1 id="room-members-api"><a class="header" href="#room-members-api">Room Members API</a></h1>
<p>The Room Members admin API allows server admins to get a list of all members of a room.</p>
<p>The response includes the following fields:</p>

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long