posts: disable popular searches in sidebar.

This commit is contained in:
evazion
2020-09-04 14:25:51 -05:00
parent d489612289
commit c830973bd4

View File

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