A random person on lemmy

Banner art from Deemo switch version

  • 13 Posts
  • 37 Comments
Joined 1 year ago
cake
Cake day: June 11th, 2023

help-circle




  • Lemmy is actually interesting as there could be four implementations (or five if you consider none).

    • Standard instant push notifications (you get them in app and out of app)
    • Push notifications only while app is open in forground (example lemmy web ui only has notifications when tab is open)
    • Polled notifications (notifications that occur after preset interval).
    • A combination of the above three (ex: polled notifications in background push in forground)
    • No notifcations at all

    Just some thoughts





  • I love wefwef/voyager. This might not be a normal feature people use but I love wefwef’s deep linking feature (on android). I have a push notification system for lemmy which detects incomming emails from lemmy and uses ntfy to send reddit sync like push notifications. In wefwefs case I can set ntfy to open voyagers inbox directly. Voyager is also nice since opening a unread message (or interacting with it) auto marks it as read (which I don’t believe other clients do for some reason, I could be wrong though).







  • Deemo@lemmy.fmhy.mltowefwef@lemmy.worldApp Store
    link
    fedilink
    English
    arrow-up
    10
    ·
    1 year ago

    My only currently gripe with wefwef being a pwa is on iOS their is no deep link support.

    I have a push notification setup which uses a MacMini apple mail app with apple script, shortcuts, and ntfy to create push notifications.

    sample notification

    On Android pwa’s deep link aka it I can make ntfy directly open wefwef unread inbox upon clicking.

    On iOS however pwa’s can’t deep link nor can be opened by shortcuts. The closest work around I have is calling a shortcut to open wefwef to open WebView (which unfortunately means manually updating two instances of wefwef on iOS).

    Using say a pwa wrapper to make a hybrid iOS web app could fix this.

    Although on the other hand if wefwef obtains push notifications then deeplinking may become a moot point