27
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
this post was submitted on 16 Nov 2024
27 points (96.6% liked)
Voyager
8114 readers
2 users here now
The official lemmy community for Voyager, an open source, mobile-first client for lemmy.
Rules
- Be nice.
- lemmy.world instance policy
Sponsor development! ๐
๐
founded 2 years ago
MODERATORS




Push notification cost money iirc.
Push requires having a server to push those notifications. That requires having an entire Voyager server that stores your credentials and periodically checks for new notifications, sending them when it gets them.
Money, yes, but also an issue with having a third party server storing credentials.
Why not use UnifiedPush?
I think that's what Lemmy is looking to add support for soonish.
The app can work in the background and periodically check for new messages, just like email clients do with IMAP accounts.
Which would be a pull, not a push.