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 was archived by the owner on Apr 26, 2024. It is now read-only.
For invites there exists a special push rule: .m.rule.invite_for_me. This rule seems to never get evaluated and added to the event_push_actions table, which then causes /notifications to never return pending invites as notifications.
Steps to reproduce
Invite another user
Search for the invite using the following query: SELECT * FROM event_push_actions WHERE event_id = '$event'
I would like invites to actually show up as notifications!