diff options
author | Andrew Morgan <1342360+anoadragon453@users.noreply.github.com> | 2021-11-02 10:39:02 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-11-02 10:39:02 +0000 |
commit | c9c3aea9b189cb606d7ec2905dad2c87acc039ef (patch) | |
tree | 1a0a4482d68fc83f36dfce35f5445120bdab32ce /changelog.d | |
parent | Add search by room ID and room alias to List Room admin API (#11099) (diff) | |
download | synapse-c9c3aea9b189cb606d7ec2905dad2c87acc039ef.tar.xz |
Fix providing a `RoomStreamToken` instance to `_notify_app_services_ephemeral` (#11137)
Co-authored-by: Richard van der Hoff <1389908+richvdh@users.noreply.github.com>
Diffstat (limited to 'changelog.d')
-rw-r--r-- | changelog.d/11137.misc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/changelog.d/11137.misc b/changelog.d/11137.misc new file mode 100644 index 0000000000..f0d6476f48 --- /dev/null +++ b/changelog.d/11137.misc @@ -0,0 +1 @@ +Remove and document unnecessary `RoomStreamToken` checks in application service ephemeral event code. \ No newline at end of file |