Open TomCasavant opened 10 months ago
This bug is still present in v4.3.0-alpha.5+glitch – in my case, non-Docker. This is a bummer because I don't see the point in moderating trends.
I can now confirm that the patch included in this bug report resolved the issue for me – https://fedifreu.de/explore is now showing toots and toot authors I have not allowlisted before. (I'm not yet sure about https://fedifreu.de/explore/links – I need more time to observe this.)
Steps to reproduce the problem
Expected behaviour
Trending page should fill with unreviewed posts/links
Actual behaviour
Admin trends dashboard show trends waiting for review, trending page remains empty
Detailed description
I'm not sure if this is an intentional behavior within glitch-soc or maybe I am just incorrectly generating the docker image, I assume based on the "Allow Trends without prior review" wording that it's supposed to apply to all types of trends like in vanilla mastodon (it is working for Hashtags which I think was how it was setup in vanilla mastodon at first with a setting for "Allow tags without prior review")
With some experimenting I added this back into app/models/account.rb:
https://github.com/mastodon/mastodon/blob/9251779d755c62dca9326df82687c4b62e2abb8a/app/models/account.rb#L285C1-L287C6
And redeployed which fixed the unreviewed trending statuses, but did not fix the trending links
Mastodon instance
tomkahe.com
Mastodon version
v4.3.0-alpha.0+glitch
Technical details