`i:am`: Do not add a signature if the author inserted their own.

staging
multiple creatures 2019-04-22 14:39:13 -05:00
parent 66c640fd38
commit 15b35d99ce
1 changed files with 1 additions and 1 deletions

View File

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