Punch nazis, trebuchet TERFs.

I am building Voyager, a client for lemmy!


I mainly post under @aeharding@vger.social now.

  • 13 Posts
  • 5 Comments
Joined 1 年前
cake
Cake day: 2023年6月13日

help-circle




  • aeharding@lemmy.worldMtoVoyager@lemmy.worldPush Notifications?
    link
    fedilink
    English
    arrow-up
    1
    ·
    10 个月前

    It’s planned via https://github.com/LemmyNet/lemmy/issues/2631 once lemmy supports.

    Without that, there’s two ways to do this with major drawbacks:

    • Background tasks (android supported-ish with iOS support only with app open): Apps like Thunder are doing partial implementations by essentially polling the lemmy server in the background. I don’t think this is very neighborly because it puts a strain on Lemmy instances with the polling per account every 15 mins. It also consumes more battery. And is not consistent depending on Android device manufacturer.
    • Storing JWTs on a server: Some apps do this, but this is a nonstarter for me due to security/liability reasons

    So IDK. Right now I feel pressure to do this because other apps support but the ways they are accomplishing this are pretty questionable.