diff options
author | babolivier <babolivier@users.noreply.github.com> | 2021-07-02 11:21:04 +0000 |
---|---|---|
committer | babolivier <babolivier@users.noreply.github.com> | 2021-07-02 11:21:04 +0000 |
commit | 4065f10ce0055a591a35e7f013abc3c513d8aa23 (patch) | |
tree | 0a4ebb95b9c08347d819b3641eedd20c7fd779a5 /develop/print.html | |
parent | deploy: 6c02cca95f8136010062b6af0fa36a2906a96a6b (diff) | |
download | synapse-4065f10ce0055a591a35e7f013abc3c513d8aa23.tar.xz |
deploy: 10671da05bdb72d98aab2a8937da503abfc836fd
Diffstat (limited to 'develop/print.html')
-rw-r--r-- | develop/print.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/develop/print.html b/develop/print.html index 0750d04508..602a8d8e99 100644 --- a/develop/print.html +++ b/develop/print.html @@ -7436,7 +7436,7 @@ whether the given file can be stored in the homeserver's media store.</p> <ul> <li>ensure the module's callbacks are all asynchronous.</li> <li>register their callbacks using one or more of the <code>register_[...]_callbacks</code> methods -from the <code>ModuleApi</code> class in the module's <code>__init__</code> method (see <a href="modules.html#registering-a-web-resource">this section</a> +from the <code>ModuleApi</code> class in the module's <code>__init__</code> method (see <a href="modules.html#registering-a-callback">this section</a> for more info).</li> </ul> <p>Additionally, if the module is packaged with an additional web resource, the module |