Fix a bug in the send_local_online_presence_to module API (#14880)
Destination was being used incorrectly (a single destination instead of a list of destinations was being passed). This also updates some of the types in the area to not use Collection[str], which is a footgun.
Showing
- changelog.d/14880.bugfix 1 addition, 0 deletionschangelog.d/14880.bugfix
- synapse/handlers/presence.py 12 additions, 6 deletionssynapse/handlers/presence.py
- synapse/module_api/__init__.py 1 addition, 1 deletionsynapse/module_api/__init__.py
- synapse/notifier.py 2 additions, 1 deletionsynapse/notifier.py
- synapse/streams/__init__.py 3 additions, 3 deletionssynapse/streams/__init__.py
Loading
Please register or sign in to comment