F
Filament2mo ago
SK

Global Notifications

Hi! I am looking for an elegant way of sending „global“ notifications. In my case the notifications are about a situation that needs attention and as soon as one person has read the notification it should disappear from everybody’s notification list. Is there a better way than modifying the select query in Filament?
1 Reply
awcodes
awcodes2mo ago
Fundamentally, if someone “responds” then delete it from the db. But there’s definitely a race condition with this. But there’s no way to retract something that has already been sent out.