diff options
author | David Baker <dbkr@users.noreply.github.com> | 2020-11-02 16:36:14 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-11-02 16:36:14 +0000 |
commit | 59cc2472b3ef6bd84919fabed1f65187556abe78 (patch) | |
tree | 22d01be2a5b639245842eb33ec03d8bbf5720326 /changelog.d | |
parent | Use Python 3.8 in Docker images by default (#8698) (diff) | |
download | synapse-59cc2472b3ef6bd84919fabed1f65187556abe78.tar.xz |
Add base pushrule to notify for jitsi conferences (#8286)
This could be customised to trigger a different kind of notification in the future, but for now it's a normal non-highlight one.
Diffstat (limited to 'changelog.d')
-rw-r--r-- | changelog.d/8286.feature | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/changelog.d/8286.feature b/changelog.d/8286.feature new file mode 100644 index 0000000000..2c371419af --- /dev/null +++ b/changelog.d/8286.feature @@ -0,0 +1 @@ +Add a push rule that highlights when a jitsi conference is created in a room. |