Fix back button from posts going back twice instead of once
OH IT WAS A BUG! I thought I was taking crazy pills!
Everything about Lemmy; bugs, gripes, praises, and advocacy.
For discussion about the lemmy.ml instance, go to !meta@lemmy.ml.
Fix back button from posts going back twice instead of once
OH IT WAS A BUG! I thought I was taking crazy pills!
much respect to you and everyone that has contributed so far. It's amazing the software and the movement that you are strenghtening.
Is blocking instances going to make it into .19?
Edit: Heck yeah! I'll toss a donation for that.
Yes.
Fuck yeah, bye-bye feddit de
The import/export settings, I wonder if this will also allow to export the communities I'm subscribed to.
Yes it includes community follows, saved posts, blocklists and profile data. Here you can see everything thats included:
https://github.com/LemmyNet/lemmy/blob/main/crates/apub/src/api/user_settings_backup.rs#L41-L60
Edit: I just noticed that instance blocks are missing from the export. Added here
Great, thanks a lot for the explanation!
Yep. For example, here's mine: https://bin.cat.casa/?62ec1130166c27ac#EmqYo5WjJPQD74FESxAZf5eRxh191ZVG9Scu7rfycQ3p
my bug report was closed but I'm still seeing the issue on voyager.lemmy.ml even after it was updated to rc.5
https://github.com/LemmyNet/lemmy-ui/issues/2215#event-10991644637
maybe someone else here can confirm my findings?
@nutomic@lemmy.ml @dessalines@lemmy.ml
Nutomic probably closed it because this commit fixed it: https://github.com/LemmyNet/lemmy/commit/25450ea090313618a0302ed71fa94d52650f494f
Doesn't sound right, I wasn't getting stuck on pending. My issue appears to be purely a front end issue, the subscribe buttons in the community list don't work, but subscribing from inside the community's sidebar does work. Also I was testing with remote communities not local
I've added a new comment to the issue with further clarification
Oh I see now. It's close but different issue then 👍
Thank you for the update. What is the recommended process for updating supporting apps using lemmy-js-client
? I've got three apps, all with branches using an alpha client for now, but will the official JS clients roll out in advance of the official release of the server so we won't have to run Alphas in production until we can get updates in?
Also, I know I've mentioned this before, and the response I got was "It will get upvoted enough", but the 11/3 update only had 100ish upvotes, and did not make it to Top
on my instance. I would really, really appreciate an announcement vehicle that allows us to get a notification. As Lemmy does not yet have a "notify for all in community" (or a community just for development updates that others can't post to), could we please get some other vehicle where you post links to these posts? Even a pinned GitHub issue on LemmyNet
would be fantastic, as we could subscribe to that and then see the link to here. Thanks again!
lemmy-js-client already has versions for the latest Lemmy code. So you just need to upgrade to the latest version and adjust your code where necessary.
About your second point, there is !announcements@lemmy.ml where only Dessalines and I can post. We could post the updates there and you could follow the community via RSS feed to get notified.
Thanks for the response. I'm using 0.19.0-alpha.18
now (edit: in my develop branch), but wasn't sure if I'd have the option to launch my apps with a non-alpha/beta/rc release ahead of the server release or not.
For announcements, while I'm not sure all developers who would want this are using RSS (I used to all the time, but haven't lately), that would at least be an option if you were willing to do that. Please let me know if you do plan to make the switch and if so I'll find a basic RSS notifier vs setting up Agriget or TTRSS again. It's a shame we can't turn on notifications for any posts there (similar to if someone replies to a comment/post), as that would be super-helpful here.
The only thing to keep in mind with 0.19 versions is that they are meant to be used with 0.19 backend. This post has some info about supporting 0.18 and 0.19 from the same client, but Im not sure if lemmy-js-client supports that as lemmy-ui only needs to be compatible with a single backend version.
Alright I will post these updates to /c/announcements in the future.
Oh, any idea if there is a js-client community? Hate to spam their issue list but don't see another way to check on their recco for moving forward. And thank you again.
you mean because the 3rd party apps don't support it yet?
Mostly compatibility issues with 0.18 but 3rd party apps are problem too.
I wrote a proxy specifically for that: https://github.com/maxpoulin64/lemmy-api-compat
@iso@lemy.lol If that's the main problem you have with it, this will make third party apps work.
OMG it makes so much sense, I’ll definitely try it. Thanks ❤️