diff options
author | Brendan Abolivier <babolivier@matrix.org> | 2019-05-08 17:01:30 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-05-08 17:01:30 +0100 |
commit | 1473058b5eb14b5128c0b6ee6e88e89602ad96c5 (patch) | |
tree | ebfe72dca7d2beeb32ce9b5ba16ad200df023388 /changelog.d | |
parent | Merge pull request #5104 from matrix-org/erikj/ratelimit_3pid_invite (diff) | |
download | synapse-1473058b5eb14b5128c0b6ee6e88e89602ad96c5.tar.xz |
Do checks on aliases for incoming m.room.aliases events (#5128)
Follow-up to #5124 Also added a bunch of checks to make sure everything (both the stuff added on #5124 and this PR) works as intended.
Diffstat (limited to 'changelog.d')
-rw-r--r-- | changelog.d/5128.bugfix | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/changelog.d/5128.bugfix b/changelog.d/5128.bugfix new file mode 100644 index 0000000000..46df1e9fd5 --- /dev/null +++ b/changelog.d/5128.bugfix @@ -0,0 +1 @@ +Add some missing limitations to room alias creation. |