diff --git a/app/models/topic_user.rb b/app/models/topic_user.rb index 9ca519085af..3347695d582 100644 --- a/app/models/topic_user.rb +++ b/app/models/topic_user.rb @@ -280,7 +280,7 @@ SQL end def self.ensure_consistency!(topic_id=nil) - update_post_action_cache + update_post_action_cache(topic_id: topic_id) # TODO this needs some reworking, when we mark stuff skipped # we up these numbers so they are not in-sync