-
Notifications
You must be signed in to change notification settings - Fork 7
Open
Description
Notifs do not show up in the app if the related data has not synced. This leads to inconsistency
There are two possible approaches and there are tradeoffs
Sync all relevant data
This has the advantage of working offline, but it is much heavier data usage.
Most of the time, this will result in a better UX. But it allows people to heavily spam your node by mentioning you on documents that you are not interested in
Download only the notif metadata
This means the notifs will show up correctly but the data may not be loaded until the user clicks
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels