summary refs log tree commit diff
path: root/develop/print.html
diff options
context:
space:
mode:
authorH-Shay <H-Shay@users.noreply.github.com>2023-07-04 22:04:15 +0000
committerH-Shay <H-Shay@users.noreply.github.com>2023-07-04 22:04:15 +0000
commita24d8d8733b0f7133a0a3cbf32ac2333646ca5d8 (patch)
tree904032d1e3d1003cc8f780f3edea20d8b8716d3a /develop/print.html
parentdeploy: 1294d10c704a891392caf8c358fa8e00b1492874 (diff)
downloadsynapse-a24d8d8733b0f7133a0a3cbf32ac2333646ca5d8.tar.xz
deploy: c8e81898b66086ee8bdfd18bd24452c26033e480
Diffstat (limited to 'develop/print.html')
-rw-r--r--develop/print.html5
1 files changed, 5 insertions, 0 deletions
diff --git a/develop/print.html b/develop/print.html
index 300c12be4b..8288d5a80e 100644
--- a/develop/print.html
+++ b/develop/print.html
@@ -13910,6 +13910,11 @@ which guarantees a stable ordering. Valid values are:</p>
 <p><code>dir</code> - Direction of media order. Either <code>f</code> for forwards or <code>b</code> for backwards.
 Setting this value to <code>b</code> will reverse the above sort order. Defaults to <code>f</code>.</p>
 </li>
+<li>
+<p><code>not_user_type</code> - Exclude certain user types, such as bot users, from the request.
+Can be provided multiple times. Possible values are <code>bot</code>, <code>support</code> or &quot;empty string&quot;.
+&quot;empty string&quot; here means to exclude users without a type.</p>
+</li>
 </ul>
 <p>Caution. The database only has indexes on the columns <code>name</code> and <code>creation_ts</code>.
 This means that if a different sort order is used (<code>is_guest</code>, <code>admin</code>,