There was an error while loading. Please reload this page.
1 parent 5e49091 commit 0f5fdd2Copy full SHA for 0f5fdd2
lib/activity_streams/log_activity_streams.rb
@@ -49,7 +49,7 @@ def write_activity_stream_log(actor_method, actor_name, verb, object_method,
49
50
return unless action == self.action_name.to_sym
51
52
- return if !flash[:error].blank? || @suppress_activity_stream
+ return if !flash[:error].blank? || current_user == :false || @suppress_activity_stream
53
54
status = options[:status] || 0
55
0 commit comments