]> cat aescling's git repositories - mastodon.git/commit
Change trending statuses to only show one status from each account (#18181)
authorEugen Rochko <eugen@zeonfederated.com>
Fri, 29 Apr 2022 20:42:42 +0000 (22:42 +0200)
committersingle-right-quote <11325618-aescling@users.noreply.gitlab.com>
Thu, 5 May 2022 17:49:12 +0000 (13:49 -0400)
commitdd83943b7bf62f924d3697dec15df32bd0436ae4
tree0d7ad9a8a84e1878aa3e64ec10f4fa1c227cd055
parente9f40bb6eb12a84c243a773219634a9a00907664
Change trending statuses to only show one status from each account (#18181)

Calculate trends in temporary sets to avoid having to manage items
that go below the decay threshold while not having any moments
where a half-processed set is accessible to end-users
app/models/trends/base.rb
app/models/trends/links.rb
app/models/trends/statuses.rb
app/models/trends/tags.rb