2 newlines is plently but 3 is way too many

staging
multiple creatures 2019-04-22 20:28:52 -05:00
parent c1d2febf03
commit 2a5784c61f
1 changed files with 1 additions and 1 deletions

View File

@ -421,7 +421,7 @@ class Bangtags
description = @vars["_they:are:#{name}"]
next if description.blank? || @chunks.last.starts_with?('—')
status.local_only = true if Status::LOCAL_ONLY_TOKENS.match?(@chunks.last)
@chunks << "\n\n\u200c\n#{description}"
@chunks << "\n\u200c\n#{description}"
when 'media'
media_idx = post_cmd[1]
media_cmd = post_cmd[2]