diff options
author | Mathieu Velten <mathieuv@matrix.org> | 2023-04-26 21:10:51 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-04-26 21:10:51 +0200 |
commit | 247e6a8a7883a38d4e9f5f8981f4f6af69d2314d (patch) | |
tree | d388d17490df0838790209e199914a238eeb91fd /changelog.d/15387.feature | |
parent | Do not return extensible events experimental push rules by default. (#15494) (diff) | |
download | synapse-247e6a8a7883a38d4e9f5f8981f4f6af69d2314d.tar.xz |
Add a module API to send an HTTP push notification (#15387)
Co-authored-by: Patrick Cloke <clokep@users.noreply.github.com>
Diffstat (limited to 'changelog.d/15387.feature')
-rw-r--r-- | changelog.d/15387.feature | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/changelog.d/15387.feature b/changelog.d/15387.feature new file mode 100644 index 0000000000..b36e331520 --- /dev/null +++ b/changelog.d/15387.feature @@ -0,0 +1 @@ +Add a module API to send an HTTP push notification. |