Fix missing cached preview cards attributes (#26343)
1 files changed, 1 insertions(+), 1 deletions(-) M app/models/status.rb
M app/models/status.rb => app/models/status.rb +1 -1
@@ 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)