From 983f0efef638c54c4d6e26caf3a657aa987a26ef Mon Sep 17 00:00:00 2001
From: erikjohnston
Date: Wed, 13 Dec 2023 16:16:52 +0000
Subject: deploy: 0455c40085db7356f73b12e2592e35f02321c6ef
---
develop/modules/third_party_rules_callbacks.html | 2 +-
develop/modules/writing_a_module.html | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
(limited to 'develop/modules')
diff --git a/develop/modules/third_party_rules_callbacks.html b/develop/modules/third_party_rules_callbacks.html
index 2866f9d23c..01f4762082 100644
--- a/develop/modules/third_party_rules_callbacks.html
+++ b/develop/modules/third_party_rules_callbacks.html
@@ -322,7 +322,7 @@ wishing this callback to be called on every profile change are encouraged to dis
per-room profiles globally using the allow_per_room_profiles
configuration setting in
Synapse's configuration file.
This callback is not called when registering a user, even when setting it through the
-get_displayname_for_registration
+get_displayname_for_registration
module callback.
If multiple modules implement this callback, Synapse runs them all in order.
diff --git a/develop/modules/writing_a_module.html b/develop/modules/writing_a_module.html
index 7a42c64a98..3db68cf8e7 100644
--- a/develop/modules/writing_a_module.html
+++ b/develop/modules/writing_a_module.html
@@ -219,7 +219,7 @@ methods. The callback functions are passed to these methods as keyword arguments
the callback name as the argument name and the function as its value. A
register_[...]_callbacks
method exists for each category.
Callbacks for each category can be found on their respective page of the
-Synapse documentation website.
+Synapse documentation website.
Added in Synapse 1.74.0.
Modules can leverage Synapse's caching tools to manage their own cached functions. This
--
cgit 1.5.1