this post was submitted on 09 Jul 2023
18 points (100.0% liked)

wefwef

4223 readers
1 users here now

wefwef is now Voyager! Subscribe to [email protected].

founded 1 year ago
MODERATORS
 

I'm using the wefwef PWA with Firefox for Android.

Is there a way to receive notifications from a Webapp? Currently I have to open the app to see inbox notifications.

top 4 comments
sorted by: hot top controversial new old
[โ€“] [email protected] 3 points 1 year ago

Perhaps this is a blessing in disguise. Having constant notifications certainly doesn't help lower the dopamine hits. ๐Ÿง˜โ€โ™‚๏ธ

[โ€“] [email protected] 3 points 1 year ago

Once this gets implemented, it can be added (iOS + Android)! https://github.com/LemmyNet/lemmy/issues/3552

[โ€“] [email protected] 2 points 1 year ago

Afaik. Wefwef does not support it yet. It is on their roadmap though. You can find more info on their GitHub.

[โ€“] [email protected] 1 points 1 year ago

A bit of a problem Lemmy doesn't support background push notifications (when not opened in browser tab).

Currently apps like memmy rely on a server to poll Lemmy servers (say ever min) to check for new messages then relay a push message.

Problem is this isn't very scalable (dev reported 3gb of bandwidth used for only 800 accounts).