mirror of
https://git.anonymousland.org/anonymousland/synapse.git
synced 2025-08-09 07:42:20 -04:00
Remove optional state of ApplicationService.is_interested
's store
parameter (#11911)
This commit is contained in:
parent
314ca4c86d
commit
cf06783d54
4 changed files with 39 additions and 25 deletions
|
@ -649,7 +649,7 @@ class ApplicationServicesHandler:
|
|||
"""Retrieve a list of application services interested in this event.
|
||||
|
||||
Args:
|
||||
event: The event to check. Can be None if alias_list is not.
|
||||
event: The event to check.
|
||||
Returns:
|
||||
A list of services interested in this event based on the service regex.
|
||||
"""
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue