I'm incredibly proud of the new Loops System Notifications, allowing me to send notifications to every user when we ship new features!
It's a bit complicated, but basically we have a json file that gets checked every hour and when a new system notification is found, it dispatches a job to create a new notification for every local user.
What about new users? Good question, we use a model observer to dispatch active system notifications to each new user.
Loops ❤️ our community



