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 was archived by the owner on Mar 10, 2026. It is now read-only.
It would be nice if the PWA on mobile supported push notifications - it is annoying to use a different app for notifications or miss chat updates due to not checking the app.
Describe the solution you'd like
Similar implementation to how they were implemented in GigiaJ#50 which uses Sygnal and WebPush.
Alternatives considered
If developing as a full mobile app (via Taiur?), we could use APNS/GCM (and optionally webpush) for notificaitons instead.
Describe the problem
It would be nice if the PWA on mobile supported push notifications - it is annoying to use a different app for notifications or miss chat updates due to not checking the app.
Describe the solution you'd like
Similar implementation to how they were implemented in GigiaJ#50 which uses Sygnal and WebPush.
Alternatives considered
If developing as a full mobile app (via Taiur?), we could use APNS/GCM (and optionally webpush) for notificaitons instead.
Additional context
No response