You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Apr 26, 2024. It is now read-only.
This problem only happens with python3 and can be fixed by replacing descriptor_from_member_events(member_events.values())
with descriptor_from_member_events(list(member_events.values()))
in the 2 locations in /synapse/push/mailer.py
I am not sure if this is the right way to fix it, or if has any unwanted side effects.
Description
An exception appreared in the journald log files and I did not recieve an email notification about a message to read.
Steps to reproduce
The exception was thrown 15 minutes after someone wrote a message to me. I cannot exclude that I was online at that time.
Platform and version information
The text was updated successfully, but these errors were encountered: