diff options
author | Patrick Cloke <clokep@users.noreply.github.com> | 2023-08-02 08:41:32 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-08-02 08:41:32 -0400 |
commit | 01a45869f034265b9757992aa1a5eb7a0923351c (patch) | |
tree | b0e7e9a927141365fe73d26774b3193f44a1ace6 /changelog.d | |
parent | Bump cryptography from 41.0.2 to 41.0.3 (#16048) (diff) | |
download | synapse-01a45869f034265b9757992aa1a5eb7a0923351c.tar.xz |
Update MSC3958 support to interact with intentional mentions. (#15992)
* Updates the rule ID. * Use `event_property_is` instead of `event_match`. This updates the implementation of MSC3958 to match the latest text from the MSC.
Diffstat (limited to 'changelog.d')
-rw-r--r-- | changelog.d/15992.misc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/changelog.d/15992.misc b/changelog.d/15992.misc new file mode 100644 index 0000000000..539f55b475 --- /dev/null +++ b/changelog.d/15992.misc @@ -0,0 +1 @@ +Update support for [MSC3958](https://github.com/matrix-org/matrix-spec-proposals/pull/3958) to match the latest revision of the MSC. |