Nutomic
Nutomic
At the moment we only take the first attachment for a post. The solution would be to add links for any remaining attachments to the end of the post body....
This could be enabled only for communities which are specified as related: https://github.com/LemmyNet/lemmy/issues/5871
Yet another possibility: Show an `Expand` button on the crosspost view. When clicked it opens the crosspost in a popup window, including post body, comment listing and everything. This way...
> Showing comments from potentially diametrically opposed communities, just because the link is the same, seems like a mistake unless the context you're viewing it from is very clear. Having...
How is this going to work if an instance uses multiple Lemmy processes?
I would rather implement this via flairs (https://github.com/LemmyNet/lemmy/issues/1456). Otherwise there is always a risk that admin status could be overwritten via federation, or remote admins would be allowed to do...
Lets still leave this open, it makes sense to set an automatic flair for admins.
https://github.com/LemmyNet/lemmy/pull/5981
It would make sense to handle mark as read via a button on the notification item, instead of using the buttons for marking post/comment as read. Because all of them...
The tricky part about this is that while these handlers are all identical, they call `this.setState` or update `this.isoData`. Is there a good way to pass `this` into the generic...