diff options
author | reivilibre <38398653+reivilibre@users.noreply.github.com> | 2020-07-01 17:02:31 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-07-01 17:02:31 +0100 |
commit | e5808c4cfbec60f11f358bea529b321e94751ec9 (patch) | |
tree | 780e21edb751e19b21a23458712e4d6da856724c /changelog.d | |
parent | Add early returns to `_check_for_soft_fail` (#7769) (diff) | |
download | synapse-e5808c4cfbec60f11f358bea529b321e94751ec9.tar.xz |
Hack to add push priority to push notifications (#7765)
* Remove obsolete comment about ancient temporary code Signed-off-by: Olivier Wilkinson (reivilibre) <olivier@librepush.net> * Implement hack to set push priority based on whether the tweaks indicate the event might cause effects. * Changelog for 7765 Signed-off-by: Olivier Wilkinson (reivilibre) <olivier@librepush.net> * Antilint * Add tests for push priority Signed-off-by: Olivier Wilkinson (reivilibre) <olivier@librepush.net> * Update synapse/push/httppusher.py Co-authored-by: Brendan Abolivier <babolivier@matrix.org> * Antilint * Remove needless invites from tests. Co-authored-by: Brendan Abolivier <babolivier@matrix.org>
Diffstat (limited to 'changelog.d')
-rw-r--r-- | changelog.d/7765.misc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/changelog.d/7765.misc b/changelog.d/7765.misc new file mode 100644 index 0000000000..fa9cfd24cb --- /dev/null +++ b/changelog.d/7765.misc @@ -0,0 +1 @@ +Send push notifications with a high or low priority depending upon whether they may generate user-observable effects. |