Fix keybase indication on dashboard

This commit is contained in:
Thibaut Girka
2019-04-19 00:47:23 +02:00
committed by ThibG
parent d83068016b
commit 93199c9566
2 changed files with 2 additions and 1 deletions

View File

@ -30,6 +30,7 @@ module Admin
@trending_hashtags = TrendingTags.get(7)
@profile_directory = Setting.profile_directory
@timeline_preview = Setting.timeline_preview
@keybase_integration = Setting.enable_keybase
end
private