this post was submitted on 14 Dec 2023
2 points (66.7% liked)

Lemmy App Development

693 readers
1 users here now

A place for Lemmy builders to chat about building apps, clients, tools and bots for the Lemmy platform.

On-Topic:

Off-Topic:

founded 1 year 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?

top 2 comments
sorted by: hot top controversial new old
[–] [email protected] 2 points 6 months ago (1 children)
[–] [email protected] 1 points 6 months ago

Yea I did go through the thread before. But as it was old, I thought that it had been worked on or something like that hehe. But thanks for the comment anyway :)