FEATURE: New site setting embed_unlisted (#9391)

If enabled, posts imported to discourse via embeddings will default to
unlisted until they receive a reply.
This commit is contained in:
Robin Ward
2020-04-13 15:17:02 -04:00
committed by GitHub
parent 7b4fdebbce
commit b6b92a562c
9 changed files with 48 additions and 13 deletions

View File

@ -10,6 +10,7 @@ class Embedding < OpenStruct
embed_post_limit
embed_title_scrubber
embed_truncate
embed_unlisted
embed_whitelist_selector
embed_blacklist_selector
embed_classname_whitelist)