diff options
Diffstat (limited to 'app')
-rw-r--r-- | app/lib/bangtags.rb | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/app/lib/bangtags.rb b/app/lib/bangtags.rb index 54b7d46af..230f68d31 100644 --- a/app/lib/bangtags.rb +++ b/app/lib/bangtags.rb @@ -420,6 +420,7 @@ class Bangtags chunk = nil @chunks.insert(0, "[center]`#!draft!#`[/center]\n") unless @chunks.present? && @chunks.first.include?('#!draft') @status.visibility = :direct + @status.local_only = true @status.content_type = 'text/x-bbcode+markdown' @vore_stack.push('_draft') @component_stack.push(:var) |