FIX: Embedding posts was broken
This commit is contained in:
parent
db02dbb0da
commit
008dd96721
|
@ -13,7 +13,7 @@ class TopicRetriever
|
||||||
private
|
private
|
||||||
|
|
||||||
def invalid_host?
|
def invalid_host?
|
||||||
SiteSetting.allows_embeddable_host?(@embed_url)
|
!SiteSetting.allows_embeddable_host?(@embed_url)
|
||||||
end
|
end
|
||||||
|
|
||||||
def retrieved_recently?
|
def retrieved_recently?
|
||||||
|
|
Loading…
Reference in New Issue