flow_notifications
flow_notifications copied to clipboard
Notification doesn't trigger on certain type of events
This app is great to allows users to configure their own notification system.
However, for some events of the list, the notification does not trigger.
From my point of view, it would make sense to remove these events from the list, to leave only events that really trigger the notifications.
Otherwise, it gives the impression the app is half-broken.
So far, events that are working good :
- file updated
- file renamed
- file copied
- tag assigned
- file created (not working in combination with tag though see comment https://github.com/nextcloud/flow_notifications/issues/18#issuecomment-853167612)
Events with buggy behavior :
- file accessed : no notification
- file deleted : see issue #37