mirror of
https://github.com/discourse/discourse.git
synced 2025-02-10 13:24:55 +00:00
This commit is contained in:
parent
21c80f5993
commit
76620c2502
@ -50,6 +50,6 @@ class TopicRetriever
|
||||
user = User.where(username_lower: username.downcase).first
|
||||
return if user.blank?
|
||||
|
||||
TopicEmbed.import_remote(user, @embed_url)
|
||||
TopicEmbed.import_remote(@embed_url, user: user)
|
||||
end
|
||||
end
|
||||
|
Loading…
x
Reference in New Issue
Block a user