summary refs log tree commit diff
path: root/changelog.d
diff options
context:
space:
mode:
authorPatrick Cloke <clokep@users.noreply.github.com>2021-07-13 12:08:47 -0400
committerGitHub <noreply@github.com>2021-07-13 12:08:47 -0400
commit30b56f69258068d5f9ae7dcde27ac54f75a1a56c (patch)
tree27f45587fc16a9423fdae4224c64da3fbcb26995 /changelog.d
parentShow all joinable rooms in the spaces summary. (#10298) (diff)
downloadsynapse-30b56f69258068d5f9ae7dcde27ac54f75a1a56c.tar.xz
Add type hints to get_domain_from_id and get_localpart_from_id. (#10385)
Diffstat (limited to 'changelog.d')
-rw-r--r--changelog.d/10385.misc1
1 files changed, 1 insertions, 0 deletions
diff --git a/changelog.d/10385.misc b/changelog.d/10385.misc
new file mode 100644
index 0000000000..e515ac09fd
--- /dev/null
+++ b/changelog.d/10385.misc
@@ -0,0 +1 @@
+Add type hints to `get_{domain,localpart}_from_id`.