Filter Duplicate Boosts: Difference between revisions

no edit summary
No edit summary
No edit summary
Line 76: Line 76:
   end
   end
</syntaxhighlight>
</syntaxhighlight>
== Options ==
* Model - Make some tricky scope that can filter repeated boosts in the existing public_feed model
* Controller - Filter repeated boosts from the cached feed when serving the public_feed endpoint
* Frontend - Filter repeated boosts in the web UI (but wouldn't work on apps, which is bad)


== References ==
== References ==


* https://github.com/glitch-soc/mastodon/issues/2481
* https://github.com/glitch-soc/mastodon/issues/2481