diff options
author | Erik Johnston <erik@matrix.org> | 2020-02-07 15:45:39 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-02-07 15:45:39 +0000 |
commit | 21db35f77e4718cfe6d6b292baada9dd02ef8280 (patch) | |
tree | 15385b86ea0820cd2554cbacfc2a1e4a98497c7d /changelog.d | |
parent | Remove unused `get_room_stats_state` method. (#6869) (diff) | |
download | synapse-21db35f77e4718cfe6d6b292baada9dd02ef8280.tar.xz |
Add support for putting fed user query API on workers (#6873)
Diffstat (limited to 'changelog.d')
-rw-r--r-- | changelog.d/6873.feature | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/changelog.d/6873.feature b/changelog.d/6873.feature new file mode 100644 index 0000000000..bbedf8f7f0 --- /dev/null +++ b/changelog.d/6873.feature @@ -0,0 +1 @@ +Add ability to route federation user device queries to workers. |