mirror of
https://github.com/discourse/discourse.git
synced 2025-03-20 16:05:32 +08:00
FIX: Don't show an anonymous cache if there is a flash
This commit is contained in:
parent
bb79e6aff7
commit
db5379508e
@ -243,7 +243,7 @@ class ApplicationController < ActionController::Base
|
||||
end
|
||||
|
||||
def can_cache_content?
|
||||
!current_user.present?
|
||||
current_user.blank? && flash[:authentication_data].blank?
|
||||
end
|
||||
|
||||
# Our custom cache method
|
||||
|
Loading…
x
Reference in New Issue
Block a user