Lemmy maintainer. Interested in politics, video games, and many other things.
Did you follow the documentation for theming?
I think this makes a lot of sense for the local and federated feeds. In fact i opened a very similar issue recently, but only regarding posts from communities. It should be pretty easy to implement the same logic for users as well.
Subscribing to hashtags doesnt really make sense. Activitypub groups (which Lemmy uses for communities) work by following an actor, and it then sends all new items to the follower. On the contrary, hashtags are displayed simply by taking all locally known posts which contain that hashtag. There is no way to follow anyone to get all new items for that hashtag, and no way to have moderators or a description for the hashtag, like we have for communities. Its just a very simple and primitive implementation that doesnt work with the data structures that Lemmy uses.
You are right, this is a problem in Lemmy. Just fixed it.
This is a problem with Mastodon, as i described here. It also existed in the initial Lemmy release, but back then you generally replied to comments from lemmy.ml users in lemmy.ml communities, so everything looked fine.
Lemmy.ml has long had some political conflict among the userbase, especially in communities like worldnews. This is because the instance is composed of both leftists (anarchist/communist) and liberals (those who agree with the mainstream political views in western countries). Additionally, the insta…
We just released a new patch which fixes an important federation problem. Due to a mistake in the code, activities were only sent out once, even if delivery failed (e.g. because the target instance is down, or a temporary connection issue). Instance admins should definitely upgrade. …
The domain was included in a spam list, which meant that confirmation emails couldnt be delivered, and signup was impossible. Now the problem is fixed, so if you would like to translate Lemmy into your language, register an account and get started. …
I never really thought about the automatic self upvote on Reddit and Lemmy. But after reading this article Dont let me like my own post, i’m wondering if we should just get rid of it. Its not really adding anything, or does it? Plus removing it would slightly si…
A “Lemmy federation map”, showing linked, allowed and blocked instances. …
I think most of us agree that the main problem which Lemmy has today is its lack of users. This is not for technical reasons, as we know it is quite stable and usable. The main cause is that the project is not widely known yet. In this post I will propose what we can do to change that. …
I’m curious to hear if you have any thoughts or ideas about this. As a developer I understand very well how Lemmy works, and cant tell at all what might be difficult or confusing…
Thanks @miguel@lemmy.ml for writing these! …
The path is
/lemmy/volumes/lemmy-ui/extra_themes
(if it doesnt exist, create it).