diff options
author | Charles Wright <cvwright@kombucha.systems> | 2021-09-17 12:04:37 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-09-17 18:04:37 +0100 |
commit | 6b6bb81b23425cf4f8e0c739946783b98ad056b8 (patch) | |
tree | f3765ea12a9b6195cf81e6b06f6115211bcd0d82 /changelog.d | |
parent | Merge branch 'release-v1.43' into develop (diff) | |
download | synapse-6b6bb81b23425cf4f8e0c739946783b98ad056b8.tar.xz |
Fix #10837 by adding JSON encoding/decoding to the Module API example… (#10845)
Diffstat (limited to 'changelog.d')
-rw-r--r-- | changelog.d/10845.doc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/changelog.d/10845.doc b/changelog.d/10845.doc new file mode 100644 index 0000000000..a13c845ae6 --- /dev/null +++ b/changelog.d/10845.doc @@ -0,0 +1 @@ +Fix some crashes in the Module API example code, by adding JSON encoding/decoding. |