jerboa icon indicating copy to clipboard operation
jerboa copied to clipboard

Support for UnifiedPush

Open Generator opened this issue 2 years ago • 1 comments

  • [x] Did you check to see if this issue already exists?
  • [x] Is this only a single feature request? Do not put multiple feature requests in one issue.
  • [ ] Is this a question or discussion? Don't use this, use https://lemmy.ml/c/jerboa

** Describe the feature request below ** Support for (inbox) push notifications via UnifiedPush.

Generator avatar Jun 14 '23 13:06 Generator

Yes, i would love to see this. However, i think the lemmy server code needs to support sending to a push server too so i am unsure about this one until lemmy itself adds it (which they may support already, idk)

shortwavesurfer2009 avatar Jun 14 '23 14:06 shortwavesurfer2009

Duplicate of #275

twizmwazin avatar Jun 14 '23 18:06 twizmwazin

Yes, i would love to see this. However, i think the lemmy server code needs to support sending to a push server too so i am unsure about this one until lemmy itself adds it (which they may support already, idk)

I suppose polling would work but it would be delayed and probably inefficient.

Daxiongmao87 avatar Jun 15 '23 17:06 Daxiongmao87

Yes, i would love to see this. However, i think the lemmy server code needs to support sending to a push server too so i am unsure about this one until lemmy itself adds it (which they may support already, idk)

I suppose polling would work but it would be delayed and probably inefficient.

Only as delayed as your poll interval, but yes, bad idea. Another task to wake up and use network and battery plus then the server has to respond to a majority of the requests with "nothing new so stop bugging me"

shortwavesurfer2009 avatar Jun 15 '23 19:06 shortwavesurfer2009