mirror of
https://git.anonymousland.org/anonymousland/synapse.git
synced 2025-07-31 23:58:38 -04:00
Add module callbacks called for reacting to deactivation status change and profile update (#12062)
This commit is contained in:
parent
f26e390a40
commit
300ed0b8a6
7 changed files with 360 additions and 7 deletions
|
@ -145,6 +145,7 @@ __all__ = [
|
|||
"JsonDict",
|
||||
"EventBase",
|
||||
"StateMap",
|
||||
"ProfileInfo",
|
||||
]
|
||||
|
||||
logger = logging.getLogger(__name__)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue