diff options
author | devonh <devonh@users.noreply.github.com> | 2024-04-26 18:12:17 +0000 |
---|---|---|
committer | devonh <devonh@users.noreply.github.com> | 2024-04-26 18:12:17 +0000 |
commit | 7e1f7f4cdc0c5f24c75adcee139b3420a8584b09 (patch) | |
tree | 2a5f6fcb118b5c9de44bd04d393d4c1748bc09b2 /develop/workers.html | |
parent | deploy: 9c918739220bb548d9e5e5c2f5692c79bd38668d (diff) | |
download | synapse-7e1f7f4cdc0c5f24c75adcee139b3420a8584b09.tar.xz |
deploy: 0fd6b269d32340c367a67ee34b963c32da080697
Diffstat (limited to '')
-rw-r--r-- | develop/workers.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/develop/workers.html b/develop/workers.html index 46e5181ee5..c3c56d3b07 100644 --- a/develop/workers.html +++ b/develop/workers.html @@ -714,7 +714,7 @@ after setting this option in the shared configuration!</p> <p>This style of configuration supersedes the legacy <code>synapse.app.appservice</code> worker application type.</p> <h4 id="push-notifications"><a class="header" href="#push-notifications">Push Notifications</a></h4> -<p>You can designate generic worker to sending push notifications to +<p>You can designate generic workers to send push notifications to a <a href="https://spec.matrix.org/v1.5/push-gateway-api/">push gateway</a> such as <a href="https://github.com/matrix-org/sygnal">sygnal</a> and email.</p> <p>This will stop the main process sending push notifications.</p> |