diff options
author | Patrick Cloke <clokep@users.noreply.github.com> | 2022-02-23 17:49:04 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-02-23 22:49:04 +0000 |
commit | c56bfb08bc071368db23f3b1c593724eb4f205f0 (patch) | |
tree | 810d5ae6ad6525bd10104209cfe2e7b3a858ca07 /changelog.d | |
parent | Add logging to `/sync` for debugging #11916 (#12068) (diff) | |
download | synapse-c56bfb08bc071368db23f3b1c593724eb4f205f0.tar.xz |
Add documentation for missing worker types. (#11599)
And clean-up the endpoints which should be routed to workers.
Diffstat (limited to 'changelog.d')
-rw-r--r-- | changelog.d/11599.doc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/changelog.d/11599.doc b/changelog.d/11599.doc new file mode 100644 index 0000000000..f07cfbef4e --- /dev/null +++ b/changelog.d/11599.doc @@ -0,0 +1 @@ +Document support for the `to_device`, `account_data`, `receipts`, and `presence` stream writers for workers. |