diff options
author | Erik Johnston <erik@matrix.org> | 2019-05-21 17:08:14 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-05-21 17:08:14 +0100 |
commit | 9526aa96a6ffa4f32508a3f2430d424ffcc5e203 (patch) | |
tree | 288f030777ba7fe838fe788cfedbec11c0787c10 /changelog.d | |
parent | Introduce room v4 which updates event ID format. (#5217) (diff) | |
parent | Fix words (diff) | |
download | synapse-9526aa96a6ffa4f32508a3f2430d424ffcc5e203.tar.xz |
Merge pull request #5212 from matrix-org/erikj/deny_multiple_reactions
Block attempts to annotate the same event twice
Diffstat (limited to 'changelog.d')
-rw-r--r-- | changelog.d/5212.feature | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/changelog.d/5212.feature b/changelog.d/5212.feature new file mode 100644 index 0000000000..747098c166 --- /dev/null +++ b/changelog.d/5212.feature @@ -0,0 +1 @@ +Add experimental support for relations (aka reactions and edits). |