Skip to content
This repository has been archived by the owner on Apr 26, 2024. It is now read-only.

Export run_as_background_process from the module API #15577

Merged
merged 7 commits into from
May 15, 2023
Merged
Show file tree
Hide file tree
Changes from 5 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions changelog.d/15577.misc
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Export `run_as_background_process` via the `module_api` class.
H-Shay marked this conversation as resolved.
Show resolved Hide resolved
1 change: 1 addition & 0 deletions synapse/module_api/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -156,6 +156,7 @@
"parse_json_object_from_request",
"respond_with_html",
"run_in_background",
"run_as_background_process",
"cached",
"NOT_SPAM",
"UserID",
Expand Down