Fix missing cached preview cards attributes (#26343)

local
Claire 10 months ago committed by GitHub
parent 65096c1ccd
commit d5bee37c57
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      app/models/status.rb

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

Loading…
Cancel
Save