diff options
author | Brendan Abolivier <babolivier@matrix.org> | 2022-02-01 16:23:55 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-02-01 16:23:55 +0100 |
commit | 5c16c3302125f2a5d8a006ad42792f22b320c737 (patch) | |
tree | 0058b056c1c0c0014fcd2e3b08f2a4eab1c52c70 /changelog.d/11868.feature | |
parent | Send to-device messages to application services (#11215) (diff) | |
download | synapse-5c16c3302125f2a5d8a006ad42792f22b320c737.tar.xz |
Allow modules to retrieve server and worker names (#11868)
Fixes #10701
Diffstat (limited to 'changelog.d/11868.feature')
-rw-r--r-- | changelog.d/11868.feature | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/changelog.d/11868.feature b/changelog.d/11868.feature new file mode 100644 index 0000000000..3723dac4ea --- /dev/null +++ b/changelog.d/11868.feature @@ -0,0 +1 @@ +Allow modules to retrieve the current instance's server name and worker name. |