diff options
author | Michael Weimann <michaelw@element.io> | 2023-07-05 00:03:20 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-07-04 15:03:20 -0700 |
commit | c8e81898b66086ee8bdfd18bd24452c26033e480 (patch) | |
tree | 2507e343e7ac6363c97fd76c1dea6409a66c5c5f /changelog.d | |
parent | Merge branch 'master' into develop (diff) | |
download | synapse-c8e81898b66086ee8bdfd18bd24452c26033e480.tar.xz |
Add not_user_type param to the list accounts admin API (#15844)
Signed-off-by: Michael Weimann <michaelw@element.io>
Diffstat (limited to 'changelog.d')
-rw-r--r-- | changelog.d/15844.feature | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/changelog.d/15844.feature b/changelog.d/15844.feature new file mode 100644 index 0000000000..c220055d41 --- /dev/null +++ b/changelog.d/15844.feature @@ -0,0 +1 @@ +Add `not_user_type` param to the list accounts admin API. |