Skip Navigation
Support for push notifications (on android)?
  • It is planned but it probably will take a while to implement since lemmy doesn't support webpush api. Without web push their are only two ways to check for notifications (both aren't elegant):

    1. Poll the lemmy api for new messages (say every min). This would be bandwith intensive for both voyager servers and your lemmy instance (Memmy does this and currently for 800 users 3gb of bandwith is used per day). Even if voyager is able to scale there servers to handle bandwith lemmy instances could impose rate limits which would prevent notifications from coming through.

    2. Set up a weird janky system to intercept emails sent from lemmy instance to trigger a voyager server to ask the api if there are any new messages (would reduce poll rate but would be super clunky to setup).

    Web push api could solve this issue since instead of voyager having to ask lemmy if their are new messages web push allows the opposite to happen (lemmy telling voyager a new message has arived).

    https://github.com/LemmyNet/lemmy/issues/3552

  • error loading post text
  • Don't quote me on this (I could be horribly wrong). Voyager doesn't seem to use cookies rather it relies on Index db and local storage. Local storage stores your credentials for your accounts (jwt tokens), and index db stores your preferences. If DDG only is preserving cookies and wiping the local storage and index db (again I haven't tested DDG) then that would give a possible explanation on why you are getting logged out and potentially why any settings are getting reverted.

    Edit article explaning difference between storage types:

    https://medium.com/@lancelyao/browser-storage-local-storage-session-storage-cookie-indexeddb-and-websql-be6721ebe32a

    Edit 2 It looks like ddg is clearing data and only preserving first party cookies (which isn't used for voyager):

    https://help.duckduckgo.com/duckduckgo-help-pages/privacy/web-tracking-protections/

  • error loading post text
  • Currently voyager cannot do this (It doesn't have any background refresh capabilities). Down the line it might be able to when push notification feature is implemented (and you enable it).

  • [Feature request] Customize swipe gesture
  • Ah missed that thanks for linking it ๐Ÿ‘

  • [Feature request] Customize swipe gesture

    Would it be possible to customize voyagers gestures (example change reply and hide when swiping left with upvote and save, etc).

    7
    [Bug] Can you see the unblurred version of the image when using voyager? If not try opening this on lemmy web ui (Explanation of bug in comments)
  • Ah sorry about load Iโ€™m relying on catbox.moe due to fhmy having issue with bulging uploader (Imgur is an alternative but on mobile it redirects to ad filled site ๐Ÿ˜”).

  • [Bug] Can you see the unblurred version of the image when using voyager? If not try opening this on lemmy web ui (Explanation of bug in comments)
  • Sorry was working on writing the comment ๐Ÿ˜ช

    Apperence on web ui

    Apperence via voyager

    Body source web ui

    Main issue is when you embed image in body with no other text and attach an image a render bug shows up

    ![](https://files.catbox.moe/nvo2g0.jpeg)

  • Anyone having trouble uploading images lately?
  • Thanks for the suggestion for catbox.moe. Initially I was using imgur due apple shortcuts integration and api for tasker. However after trying out catbox.moe I relized their api is FAR more simpler than imgur to use (no junk json). Also unlike imgur it doesn't redirect to an ad filled site on mobile ๐Ÿ™‚

  • Lemming
    0
    Anyone having trouble uploading images lately?

    Noticed json issues when uploading images recently. Anyone else experiencing similar issues?

    16
    Post body image doesn't show up if ![]() contains name (ex ![Deemo image]())

    ![](https://lemmy.fmhy.ml/pictrs/image/114691ee-2556-43ff-80bb-957a80240b8a.jpeg)

    !

    ![Deemo Test](https://lemmy.fmhy.ml/pictrs/image/114691ee-2556-43ff-80bb-957a80240b8a.jpeg)

    !Deemo Test

    7
    Pocket Casts Plus increases subscription pricing to $33.99 from $10
  • While I like spotify for music there are three things that bug me about it:

    • Anker.fm ads. Just a rant I hate anker.fm auto injection ads. If you try sleeping to a pod cast it wil go from normal volume TO SHOUTING ABOUT STATEFARM OR DUNKIN. While this issue also occurs on third party podcasting apps spotify dynamically injects a banner ad into podcast art and hyperlinks the ad. I might be overeacting (I hate these kind of deeplink ads). To be clear I don't mind host read ads like linus sponsor shoutouts but dynamic ad injection is awfull.

    • No chapter support

  • Pocket Casts Plus increases subscription pricing to $33.99 from $10
  • Podcast republic is a good alternative (assuming your just planning to use it on mobile/web)

  • FYI: Voyager *really* doesn't play nicely with the iOS17 Public Betas
  • Won't it not be different since all browsers on iOS (chrome, firefox, brave, etc) are forced to use WebKit unlike Android?

  • Who will pay for lemmy?
  • Np

  • Who will pay for lemmy?
  • In the case of this instance (lemmy.fmhy.ml) it appears to be self funded by the admins

    Q: Can I donate?

    A: We appreciate that people want to support us, but we never have and never will accept donations. We maintain this project because its fun and we want to help others, not make money.

    https://www.reddit.com/r/FREEMEDIAHECKYEAH/comments/xrxen7/faq_support_thread/

    However currently for others instances donations seem to be the primary method of funding (beehaw has a nice cost breakdown)

    Edit FMHY link to beehaw post:

    https://lemmy.fmhy.ml/post/509214

    Beehaw direct link to post

    https://beehaw.org/post/920683

    https://beehaw.org/post/428209

  • Apple Music or Spotify? what do you use and why?
  • Spotify since I use ios and android. I also prefer there algorithm more and integrations (discord, samsung watch, etc).

  • [Question] What does voyager servers actually do? Could it be run on static hosting?

    Hi guys quick question after installing voyager pwa what does voyagers server do (aside from notifiying new updates)?

    Curious if its possible to use github pages to static host voyager

    0
    [Discussion] Will push there be a push notifications feature?
  • 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

  • [Discussion] Will push there be a push notifications feature?
  • Whats wrong with having an option? I'm not saying it should be manditory ๐Ÿ˜‰

  • [Discussion] Will push there be a push notifications feature?
  • ^This

    Additionally some times I just open lemmy (and Reddit in the past). To check inbox. Push notifications disables that need (no notifications = conversation hasnโ€™t progressed much = no need to open app ๐Ÿ˜‰).

  • [Discussion] Will push there be a push notifications feature?

    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).

    17
    I keep switching from app to app
  • 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).

  • [Discussion] XSS Attack on lemmy.world and Voyager security

    Hi guys does anyone know if voyager is suceptible to the XSS Attack on lemmy.world?

    6
    Notifications on Android
  • A bit of a problem Lemmy doesn't support background push notifications (when not opened in browser tab).

    Currently apps like memmy rely on a server to poll Lemmy servers (say ever min) to check for new messages then relay a push message.

    Problem is this isn't very scalable (dev reported 3gb of bandwidth used for only 800 accounts).

  • [Meme] Voyager prior to v0.17.0

    !

    Was curious about how cors worked in general https://www.youtube.com/watch?v=PNtFSVU-YTI

    0
    [Feature request] Deeplink to elements like inbox or comments

    Would it be possible to add deeplinks to launch certain parts of the app.

    For example using liftoff://inbox to open the inbox in liftoff directly, or comments.

    Edit example comment: liftoff://lemmy.fmhy.ml/comment/820537

    https://lemmy.fmhy.ml/comment/820537

    1
    wefwef partial outage

    Edit now working

    If faced or pwa is installed no issue but first time visit issue

    6
    Anyone feel wefwef is kinda difficult to handle on ipad and landscape mode?

    I noticed on Android (probably same applies to iphone) images on home feed are scaled nicely. On ipad images can show up very large

    OnePlus 8 Portrait and landscape

    !Android Phone Portrait

    !Android Phone Landscape

    iPad

    !

    !

    0
    [bug] three button options not working on inbox

    Side note sorry this shows up as a YouTube short (idk how to force it as a regular video on mobile and ont know any other good free video hosts).

    3
    Good news guys CORS seems to finally be fixed (merged)
    github.com Allow cross-origin requests by diamondburned ยท Pull Request #3421 ยท LemmyNet/lemmy

    This PR modifies CORS behaviors so that when invoking from a different origin, the server will respond with the appropriate CORS headers that allow that origin instead of not including any header a...

    The cors issue that was forcing wefwef to proxy traffic is finally been reviewed and merged. Most likely the next version of Lemmy 0.18.1 will support CORS.

    This means wefwef won't needd to proxy requests and might be able to switch to static hosting ๐Ÿ˜Š

    3
    [discussion] Push notifications

    Hi guys, out of curiosity when you used reddit sync did you use the notifications feature?

    If so did you use push notifications from the official reddit app or polled notifications (ie sync checkes every 60min, 2hrs, etc)?

    Lastly hypothetically if sync for lemmy had notifications features similar to sync for reddit would you use star/continue to use instant push notifications/polling based push notifications?

    Curious on your thoughts.

    18
    Youtube premium A/B test weirdness (oshi no ko)
    imgur.com Youtube premium A/B test (oshi no ko)

    Discover the magic of the internet at Imgur, a community powered entertainment destination. Lift your spirits with funny jokes, trending memes, entertaining gifs, inspiring stories, viral videos, and so much more from users like kggdv2ca.

    Youtube premium A/B test (oshi no ko)

    Hi guys so something weird I noticed about youtube and their enhanced premium experiments. Last week I had enhanced premium availble as an option. I don't use youtube premium so I went with stock 1080p. Quality was kinda degreaded.

    This week however the enhanced 1080p was missing but the video quality for 1080p looked considerably better

    Any thoughts?

    Imgur album

    https://imgur.com/a/CYoKIB8

    Source video:

    ใ€ๆŽจใ—ใฎๅญใ€‘STARโ˜†Tโ˜†RAIN/ๆ–ฐ็”ŸBๅฐ็”บใ€็ฌฌๅไธ€่ฉฑใ€Œใ‚ขใ‚คใƒ‰ใƒซใ€ๆŒฟๅ…ฅๆญŒใ€‘

    https://youtu.be/S-UmqvA7uR8?t=4

    0
    [crosspost] Galaxy Watch 4/Galaxy Watch 5 Samsung Phone only features and work around

    Hi guys I couldn't really find a lemmy wearos community or galaxy watch community. I kinda made a post back on reddit in the past talking about how to get around certain limitations on galaxy watch 4/5 (like dnd sync, ecg, samsung pay button maping, etc). This repost also is kinda for me also since every so often I accidently unpair my watch and need to reset it. Anyway enough rambling rest of post is bellow :)

    Hi guys I've noticed the gear watch 4/5 has a few nit picks:

    1. Do not disturb/bedtime mode only syncs with a samsung phone Work around: https://github.com/rhaeus/dnd-sync If your phone is on Android 13 follow this additional step to grant dnd permissions on phone: https://github.com/rhaeus/dnd-sync/issues/7
    2. ECG/BP monitering is only availble on samsung phones Work around (install modded version of samsung health moniter app on android phone and watch): credit to u/XDA-Dante63 https://www.youtube.com/watch?v=Wqfz67IUMuY https://forum.xda-developers.com/t/restrictions-removed-samsung-health-monitor-wearos-1-1-1-221-root-age-country-device-restriction-removed-25th-oct-2022.4322527/
    3. Samsung pay is hard mapped to the lower button even if google pay is set as default payment method: If your watch didn't come preinstalled with samsung pay:
    • This method is prefered since this app spoofs the samsung pay package name and then launches gpay making it a bit more snappy. https://github.com/blunden/SPayToGPay If your watch came pre installed with samsung pay:
    • As Samsung pay is already installed SPayToGPay cannot be installed due to Samsung pay already being present. This app allows you to launch another app of your choice when Samsung pay is opened. https://github.com/BigBoot/GW4Remap
    1. Find my phone via Watch5 plugin doesn't work on android 13 Not sure how to fix the plugin I just use find my phone from google assistant as a workaround. (plug in works had issues with a prior custom rom install)

    Hope this helps :)

    2
    Deemo Deemo @lemmy.fmhy.ml

    A random person on lemmy

    Banner art from Deemo switch version

    Posts 17
    Comments 37