From 3f8bf4888b9c6689ea40d0ca6c1d846e6035bb64 Mon Sep 17 00:00:00 2001 From: Hugh Nimmo-Smith Date: Fri, 14 Aug 2026 14:36:09 +0100 Subject: [PATCH] Changelog --- changelog.d/20107.misc | 1 + 1 file changed, 1 insertion(+) create mode 100644 changelog.d/20107.misc diff --git a/changelog.d/20107.misc b/changelog.d/20107.misc new file mode 100644 index 0000000000..fb7a845252 --- /dev/null +++ b/changelog.d/20107.misc @@ -0,0 +1 @@ +Declare types that already appear in the module API's public signatures (such as `Requester`, `SynapseRequest` and `UserInfo`) in `synapse.module_api.__all__`.