mirror of
https://github.com/discourse/discourse.git
synced 2025-06-04 19:57:18 +08:00
change onebox preview key for me consistency
This commit is contained in:
@ -127,7 +127,7 @@ module Oneboxer
|
||||
private
|
||||
|
||||
def self.preview_key(user_id)
|
||||
"PREVIEWING_ONEBOX_#{user_id}"
|
||||
"onebox:preview:#{user_id}"
|
||||
end
|
||||
|
||||
def self.blank_onebox
|
||||
|
Reference in New Issue
Block a user