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 | |
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.
-rw-r--r-- | changelog.d/8286.feature | 1 | ||||
-rw-r--r-- | synapse/push/baserules.py | 24 |
2 files changed, 25 insertions, 0 deletions
diff --git a/changelog.d/8286.feature b/changelog.d/8286.feature new file mode 100644 |