Out of curiosity will sync for lemmy have push notifications?

Was on Memmy’s discord and found an intersting problem with push notifications. Currently lemmy doesn’t have any way to send push notifiations (via api or webhooks). In Memmy’s case the dev is relying on frequent polling (say one request per min). A problem with this though is its increadibly bandwith intensive. For just 800 users there is 3gb of bandwith used for memmy’s polled notifications. If scaled to sync would mean 30 terabytes of bandwith daily (based this communities 10,000 user subscribers at a poll rate of one request a min).

  • SinningStromgald@lemmy.world
    link
    fedilink
    English
    arrow-up
    0
    arrow-down
    5
    ·
    1 year ago

    Please no push notifications! Please! The first thing I turn off for any app is push notifications. Text and call notifications are more than enough.

    • zaph@lemmy.world
      link
      fedilink
      English
      arrow-up
      9
      ·
      1 year ago

      The first thing I turn off for any app is push notifications.

      You clearly know there is a solution to your problem but you still want to take the ability away from people who want it? Weird.

    • Deemo@lemmy.fmhy.mlOP
      link
      fedilink
      English
      arrow-up
      2
      ·
      1 year ago

      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