We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5947e27 commit 1db1813Copy full SHA for 1db1813
app/controllers/application_controller.rb
@@ -6,6 +6,7 @@ class ApplicationController < ActionController::Base
6
before_action :set_universe_scope
7
8
before_action :cache_most_used_page_information
9
+ before_action :cache_forums_unread_counts
10
11
before_action :set_metadata
12
@@ -66,7 +67,6 @@ def cache_most_used_page_information
66
67
cache_current_user_content
68
cache_notifications
69
cache_recently_edited_pages
- cache_forums_unread_counts
70
end
71
72
def cache_activated_content_types
0 commit comments