diff options
author | Erik Johnston <erikj@element.io> | 2024-05-13 20:38:45 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-05-13 19:38:45 +0000 |
commit | 038b9ec59a5d2080372aa4b7684e7b6580a79bd8 (patch) | |
tree | 9265faf6a8e8b20c56261b75aa283eec52652083 /changelog.d | |
parent | Actually fix public rooms (#17184) (diff) | |
download | synapse-038b9ec59a5d2080372aa4b7684e7b6580a79bd8.tar.xz |
An federation whitelist query endpoint extension (#16848)
This is to allow clients to query the configured federation whitelist. Disabled by default. --------- Co-authored-by: Devon Hudson <devonhudson@librem.one> Co-authored-by: devonh <devon.dmytro@gmail.com> Co-authored-by: Andrew Morgan <1342360+anoadragon453@users.noreply.github.com>
Diffstat (limited to 'changelog.d')
-rw-r--r-- | changelog.d/16848.feature | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/changelog.d/16848.feature b/changelog.d/16848.feature new file mode 100644 index 0000000000..1a72bad013 --- /dev/null +++ b/changelog.d/16848.feature @@ -0,0 +1 @@ +Add a feature that allows clients to query the configured federation whitelist. Disabled by default. |