summary refs log tree commit diff
path: root/changelog.d
diff options
context:
space:
mode:
authorPatrick Cloke <clokep@users.noreply.github.com>2022-06-10 08:30:14 -0400
committerGitHub <noreply@github.com>2022-06-10 08:30:14 -0400
commit84cd0fe4e2c45fe3aaa03e74b5c90fc8382ac277 (patch)
tree21372bdb5003762b8f7b5b6ce3e22e130a181a57 /changelog.d
parentStop depending on `room_id` to be returned for children state in the hierarch... (diff)
downloadsynapse-84cd0fe4e2c45fe3aaa03e74b5c90fc8382ac277.tar.xz
Fix-up the contrib/graph scripts. (#13013)
* Clarifies comments and documentation.
* Adds type-hints.
* Fixes Python 3 compatibility (and runs pyupgrade).
* Updates for changes in Synapse internals.
Diffstat (limited to 'changelog.d')
-rw-r--r--changelog.d/13013.misc1
1 files changed, 1 insertions, 0 deletions
diff --git a/changelog.d/13013.misc b/changelog.d/13013.misc
new file mode 100644
index 0000000000..903c6a3c8a
--- /dev/null
+++ b/changelog.d/13013.misc
@@ -0,0 +1 @@
+Modernize the `contrib/graph/` scripts.