@alex Have you considered adding a trending section to the side too? IMHO it might be better suited for the left than the right.
If you think it would clutter the UI you could make a tab for it next to the Notification section and give it its own page instead
@realcaseyrollins Yeah it’s a thing people ask for a lot, but nobody in Pleroma wants to do because Mastodon’s implementation caused a lot of problems.
I will probably add it at some point, with some configuration options. It will be hard though. There’s no way to query that data quickly, so we have to store a cache of all incoming tags and then sort them. Even Mastodon’s algorithm doesn’t order these tags properly, it has a minimum threshold (10 statuses) after which it takes the top 5 by order of insertion… so the most active hashtag might not even show up on the list.
@boob @realcaseyrollins In Pleroma I want to have a “local only” config, so it can just ignore all remote hashtags. Basically useless on small servers, but ideal for larger ones.