Revert "posts: disable popular searches in sidebar."

This reverts commit c830973bd4.
This commit is contained in:
evazion
2020-09-14 12:49:22 -05:00
parent c830973bd4
commit 5dd3027d0c

View File

@@ -176,7 +176,6 @@ module PostSets
end
def popular_tags
return []
ReportbooruService.new.popular_searches(Date.today, limit: MAX_SIDEBAR_TAGS)
end