diff options
author | Brendan Abolivier <babolivier@matrix.org> | 2021-06-18 16:55:53 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-06-18 16:55:53 +0200 |
commit | e9f2ad86034d27068941379f678e19bf280ed308 (patch) | |
tree | dd7455f9022c51dc9491caa8e49398491ac06c39 /changelog.d | |
parent | Standardise the module interface (#10062) (diff) | |
download | synapse-e9f2ad86034d27068941379f678e19bf280ed308.tar.xz |
Describe callbacks signatures as async in new modules doc (#10206)
Diffstat (limited to 'changelog.d')
-rw-r--r-- | changelog.d/10206.feature | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/changelog.d/10206.feature b/changelog.d/10206.feature new file mode 100644 index 0000000000..97474f030c --- /dev/null +++ b/changelog.d/10206.feature @@ -0,0 +1 @@ +Standardised the module interface. |