Hey everyone! I'll be going through and making features for the site soon (as I've almost got my laptop back) and wanted to know if there was any features that are wanted that I dont already have noted down
I'm currently planning to do:
Customizable icon shapes (circle, hexagon, etc.)
Flairs
Ability to block an instance
Ability for admins or community mods to hide communities from the all feed
Community short descriptions (to show in the community list + top of sidebar)
And polls are also being worked on by snowe
Will try to get the changes merged into lemmy itself as well but they'll be released here first
I've always felt like the blocking should happen at the user level and muting should be at the instance-level. Feels odd for admins be able to prevent users from seeing content.
Feels odd for admins be able to prevent users from seeing content
My understanding is those admins aren't just allowing users to view it but also allowing copies of the federated data to be stored on the server those admins are responsible for, so for certain types of content it seems really important to be implemented in this way.
Oh ok seems fine as long as the code continues to merge cleanly with upstream. But once that stops happening, could be hard to continue development without branching off and going our own way.
Will the custom code be open source and made available to us? If so, where would that be?
I don't think this will be a very big issue for the majority of the cases though. As long as it's configurable and not a (very) controversial change.
Especially, since I don't think that feature requests on a programming focused community will be that much controversial...
What I have observed so far: I think the maintainers are relatively open to changes (compared to a few other open source repos).
ah sorry, I was just going off the list in the OP. I'm fairly new here. (ah, i see "on lemmy itself," I'm not totally clear on how that works but that makes sense.)
This is great. I think "instance post/comment links" would be a great addition to Lemmy core in general, but don't know how easy it would be to implement. What I have in mind is: when someone provides a link to a post/comment in another instance, it would be converted to a link the person is logged in from. I think it would be OK to leave the link as is but add an icon next to it that goes to the correct URL for that instance.
Yeah also have that planned as one of the first things I put in since we're a coding site, forgot to put it on the list. Shouldn't be that bad since there's libraries for it