diff options
author | Erik Johnston <erik@matrix.org> | 2019-06-21 14:36:03 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-06-21 14:36:03 +0100 |
commit | 8fecb5fcbf9b7875e2b3723544917a8532c26a28 (patch) | |
tree | e7488be869f9e36c3cbeb89b2f84b9ab622bcfb1 /changelog.d | |
parent | Merge pull request #5505 from matrix-org/erikj/messages_worker (diff) | |
parent | Newsfile (diff) | |
download | synapse-8fecb5fcbf9b7875e2b3723544917a8532c26a28.tar.xz |
Merge pull request #5513 from matrix-org/erikj/fix_messages_token
Fix /messages on worker when no token supplied
Diffstat (limited to 'changelog.d')
-rw-r--r-- | changelog.d/5513.feature | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/changelog.d/5513.feature b/changelog.d/5513.feature new file mode 100644 index 0000000000..5c6bab2c31 --- /dev/null +++ b/changelog.d/5513.feature @@ -0,0 +1 @@ +Add support for handling pagination APIs on client reader worker. |