Skip to content

Commit

Permalink
Fix missing cached preview cards attributes
Browse files Browse the repository at this point in the history
Fixes #26229, #26333
  • Loading branch information
ClearlyClaire committed Aug 4, 2023
1 parent 93372fe commit fc57a10
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/models/status.rb
Expand Up @@ -162,7 +162,7 @@ class Status < ApplicationRecord
REAL_TIME_WINDOW = 6.hours

def cache_key
"v2:#{super}"
"v3:#{super}"
end

def searchable_by(preloaded = nil)
Expand Down

0 comments on commit fc57a10

Please sign in to comment.