this post was submitted on 14 Dec 2023
9 points (80.0% liked)

Lemmy

12572 readers
26 users here now

Everything about Lemmy; bugs, gripes, praises, and advocacy.

For discussion about the lemmy.ml instance, go to !meta@lemmy.ml.

founded 4 years ago
MODERATORS
 

So I’m developing a mobile client using React Native, where I’m utilizing Lemmy’s messaging functionality as well. This makes it extremely crucial to have notification support (including push notifications).

How are you guys dealing with this problem? This is what I think an elegant solution could look like. We would need to achieve two things:

  1. Bring back websockets only for notifications by directly changing lemmy server side code.
  2. Find where the email notification code is at, and simply implement expo notifications there.

Whaddya think?

you are viewing a single comment's thread
view the rest of the comments
[–] poVoq@slrpnk.net 2 points 11 months ago

I don't agree that this is something needed, but if you decide to work on it anyway, maybe try to make it compatible with Pixelfed's Sup. https://github.com/theSupApp