summary refs log tree commit diff
path: root/changelog.d
diff options
context:
space:
mode:
authorMathieu Velten <mathieuv@matrix.org>2023-04-26 21:10:51 +0200
committerGitHub <noreply@github.com>2023-04-26 21:10:51 +0200
commit247e6a8a7883a38d4e9f5f8981f4f6af69d2314d (patch)
treed388d17490df0838790209e199914a238eeb91fd /changelog.d
parentDo not return extensible events experimental push rules by default. (#15494) (diff)
downloadsynapse-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')
-rw-r--r--changelog.d/15387.feature1
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.