diff options
author | Richard van der Hoff <1389908+richvdh@users.noreply.github.com> | 2024-03-19 17:16:37 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-03-19 17:16:37 +0000 |
commit | 9635822cc11aa2fb132af88db98280df30be9756 (patch) | |
tree | 038470fe7874ceafdd9d712f80d067dbdc95f5c5 | |
parent | Merge branch 'master' into develop (diff) | |
download | synapse-9635822cc11aa2fb132af88db98280df30be9756.tar.xz |
Clarify docs for some room state functions (#16950)
State *before* an event is different to state *after* that event, and people tend to assume the wrong one.
-rw-r--r-- | changelog.d/16950.misc | 1 | ||||
-rw-r--r-- | synapse/storage/controllers/state.py | 8 |
2 files changed, 6 insertions, 3 deletions
diff --git a/changelog.d/16950.misc b/changelog.d/16950.misc new file mode 100644 |