~cytrogen/masto-fe

d5bee37c57d75491f1bc882c4aec44d3f8c4e024 — Claire 2 years ago 65096c1
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)