@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.
@alex Interesting. I didn't know all of this.
I frankly believe that a single website to view trends, or perhaps work as an API, would be the best option. I feel like a script that reads all the toots in the timeline should be able to scan the hashtags and sort them fairly quickly. Right? Shouldn't be too hard to do in #JavaScript.
https://fediverse.network/
There was another database I used, but I can't seem to find it in my notes.