30
[discussion] Push notifications
(lemmy.fmhy.ml)
๐
Welcome to the official Sync for Lemmy community.
The rules for posting and commenting, besides the rules defined here for lemmy.world, are as follows:
1- No advertising or spam.
All types of advertising and spam are restricted in this community.
Artwork and community banner by: @MargotRobbie@lemmy.world
That actually sounds like a good implementation. What are technical aspects of using websockets in the background? Or is it just due to battery?
Mainly battery limitations (could prevent doze and/or cause a wake lock) and possible increase in server load for instances (your device would have to maintained a persistent connection to lemmy instance).
That's true, so sounds like a nice compromise that also follows the official pattern in a way.