diff options
author | reivilibre <oliverw@matrix.org> | 2022-04-11 10:05:43 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-04-11 10:05:43 +0100 |
commit | 85ca963c1add5ca12f59238a50dfc63df4846bb7 (patch) | |
tree | b1fa9cc559c41a45b1bcd6e0c0ba9d41e6a5e884 /changelog.d | |
parent | CI: Fix the export-data job to run under poetry (#12418) (diff) | |
download | synapse-85ca963c1add5ca12f59238a50dfc63df4846bb7.tar.xz |
Add Module API for reading and writing global account data. (#12391)
Diffstat (limited to 'changelog.d')
-rw-r--r-- | changelog.d/12391.feature | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/changelog.d/12391.feature b/changelog.d/12391.feature new file mode 100644 index 0000000000..9a064ec8be --- /dev/null +++ b/changelog.d/12391.feature @@ -0,0 +1 @@ +Add a module API for reading and writing global account data. |