diff --git a/src/Linkification/Embedding.coffee b/src/Linkification/Embedding.coffee index ad575a810..84937e72b 100644 --- a/src/Linkification/Embedding.coffee +++ b/src/Linkification/Embedding.coffee @@ -1,6 +1,6 @@ Embedding = init: -> - return unless Conf['Embedding'] or Conf['Link Title'] or Conf['Cover Preview'] + return unless g.VIEW in ['index', 'thread'] and Conf['Linkify'] and (Conf['Embedding'] or Conf['Link Title'] or Conf['Cover Preview']) @types = {} @types[type.key] = type for type in @ordered_types