diff options
author | Johannes Marbach <n0-0ne+github@mailbox.org> | 2024-06-18 12:03:39 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-06-18 10:03:39 +0000 |
commit | 79767a1108a9a126b18e063eb7e8b063cac94e66 (patch) | |
tree | 46ff81878c0aad82fff56de27d2be7bb47590a62 /changelog.d | |
parent | fix missing quotes for exclude_rooms_from_sync (#17308) (diff) | |
download | synapse-79767a1108a9a126b18e063eb7e8b063cac94e66.tar.xz |
Add support for via query parameter from MSC4156 (#17322)
This adds support for the `via` query parameter from https://github.com/matrix-org/matrix-spec-proposals/pull/4156.
Diffstat (limited to 'changelog.d')
-rw-r--r-- | changelog.d/17322.feature | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/changelog.d/17322.feature b/changelog.d/17322.feature new file mode 100644 index 0000000000..85386c2df7 --- /dev/null +++ b/changelog.d/17322.feature @@ -0,0 +1 @@ +Add support for via query parameter from MSC415. |