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.
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!
Version information
Homeserver: neko.dev
If not matrix.org:
Version: 1.59.1
Install method: ebuild
Platform: Gentoo
The text was updated successfully, but these errors were encountered:
babolivier
changed the title
Invites push actions don't get persisted and can't be queried using /notifications
Invites push actions don't get persisted and can't be queried using /notifications if the user doesn't have any pusher registered
May 23, 2022
Description
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
SELECT * FROM event_push_actions WHERE event_id = '$event'
I would like invites to actually show up as notifications!
Version information
If not matrix.org:
Version: 1.59.1
Install method: ebuild
The text was updated successfully, but these errors were encountered: