diff options
author | Shay <hillerys@element.io> | 2022-10-18 09:58:47 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-10-18 09:58:47 -0700 |
commit | 847e2393f3198b88809c9b99de5c681efbf1c92e (patch) | |
tree | 3fa4d655c32a36dc741b70a008caa932deffafcb /changelog.d | |
parent | Bump pygithub from 1.55 to 1.56 (#14206) (diff) | |
download | synapse-847e2393f3198b88809c9b99de5c681efbf1c92e.tar.xz |
Prepatory work for adding power level event to batched events (#14214)
Diffstat (limited to 'changelog.d')
-rw-r--r-- | changelog.d/14214.misc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/changelog.d/14214.misc b/changelog.d/14214.misc new file mode 100644 index 0000000000..102928b575 --- /dev/null +++ b/changelog.d/14214.misc @@ -0,0 +1 @@ +When authenticating batched events, check for auth events in batch as well as DB. |