2
0

Change hashtag trends to be stored in the database instead of redis (#32837)

Co-authored-by: David Roetzel <david@roetzel.de>
This commit is contained in:
Eugen Rochko
2024-12-04 12:59:17 +01:00
committed by GitHub
parent b9b26490e7
commit 48ea7552dd
18 changed files with 195 additions and 157 deletions

View File

@@ -0,0 +1,5 @@
# frozen_string_literal: true
Fabricator(:tag_trend) do
tag
end