Fix missing cached preview cards attributes (#26343)

lolsob-rspec
Claire 2023-08-04 16:13:47 +02:00 committed by GitHub
parent b92b2b1298
commit 38c3530cd7
1 changed files with 1 additions and 1 deletions

View File

@ -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)