diff options
author | Erik Johnston <erikj@element.io> | 2024-07-22 17:48:09 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-07-22 17:48:09 +0100 |
commit | d221512498f7e3267916a289dd2ef4f3e00728e8 (patch) | |
tree | 972a653dae8e0c11103da60377968190e07e256e /changelog.d | |
parent | Speed up room keys query by using read/write lock (#17461) (diff) | |
download | synapse-d221512498f7e3267916a289dd2ef4f3e00728e8.tar.xz |
SS: Implement `$ME` support (#17469)
`$ME` can be used as a substitute for the requester's user ID.
Diffstat (limited to 'changelog.d')
-rw-r--r-- | changelog.d/17469.misc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/changelog.d/17469.misc b/changelog.d/17469.misc new file mode 100644 index 0000000000..ba0419355b --- /dev/null +++ b/changelog.d/17469.misc @@ -0,0 +1 @@ +Implement handling of `$ME` as a state key in sliding sync. |