Ahhh, your insurance is updated to Lemmy 0.19.5. The update will fix this issue.
This reminds me of one of my older projects. I wanted to learn more about network communications, so I started working on a simple P2P chat app. It wasn't anything fancy, but I really enjoyed working on it. One challenge I faced was that, at the time, I didn't know how to listen for user input while handling network communication simultaneously. So, after I had managed to get multiple TCP sockets working on one thread, I thought, why not open another socket for HTTP communication? That way, I could incorporate a fancy web UI instead of just a CLI interface.
So, I wrote a simple HTTP server, which, in hindsight, might not have been necessary.
Thanks for the heads up!
I think the most important thing in this update is the new authentication method. To prepare Eternity for this update, I've prepared a patch that implements this mechanism in this commit. I will release an update with this patch included in the near future.
In the meantime, people can test this change in the nightly releases.
In theory, you can use the 'Go to community' option from the more options menu and enter the community qualified name without the '!' character.
In the future, I want to add an 'explore communities' option that would search for communities on sites like https://lemmyverse.net
I'm waiting for a review there as well.
I haven't really changed much on the post filter side. I think that's a feature I need to rework in the next bigger release.
I believe for now it's just some leftovers from reddit
Yeah, I forgot to remove that from the settings it seems. I want to implement multicommunities in the future though.
It's a fork. I've implemented a few new features for Eternity that aren't present in Infinity (e.g. images in comments). I don't want to make it too different from the original app and I think it would be great to port back features and bug fixes upstream. However, afaik right now the original dev won't be merging new pull requests until they've implemented the subscription model.
Maybe just “Eternity”?
It's also better if we want to support other platforms, such as kbin.
Nope! It's my fault. I forgot to update the version number before building this release.
Working on it lol
Yes, it is fixed in the nightly builds and will be included in the next release.