diff options
author | ~creme <creme@envs.net> | 2022-03-10 19:15:19 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-03-10 18:15:19 +0000 |
commit | 7577894bec78a063f3e85ec7d386a58a0c60fb11 (patch) | |
tree | b1be0467268a0d6e747ed72ee21a8599de9ff4d3 /changelog.d | |
parent | fix misleading comment in `check_events_for_spam` (#12203) (diff) | |
download | synapse-7577894bec78a063f3e85ec7d386a58a0c60fb11.tar.xz |
Document that most streams can only have a single writer. (#12196)
This includes the `typing`, `to_device`, `account_data`, `receipts`, and `presence` streams (really anything except the `events` stream).
Diffstat (limited to 'changelog.d')
-rw-r--r-- | changelog.d/12196.doc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/changelog.d/12196.doc b/changelog.d/12196.doc new file mode 100644 index 0000000000..269f06aa33 --- /dev/null +++ b/changelog.d/12196.doc @@ -0,0 +1 @@ +Document that the `typing`, `to_device`, `account_data`, `receipts`, and `presence` stream writer can only be used on a single worker. \ No newline at end of file |