From 05ed9b6ceadf4aba4e71c84e5b8df0985e1bee4e Mon Sep 17 00:00:00 2001 From: multiple creatures Date: Mon, 22 Apr 2019 19:30:54 -0500 Subject: [PATCH] `i:am`: replace horizontal rule with ZWNJ. --- app/lib/bangtags.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/lib/bangtags.rb b/app/lib/bangtags.rb index 534617d05..82214d1b1 100644 --- a/app/lib/bangtags.rb +++ b/app/lib/bangtags.rb @@ -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---\nā€” #{description}" + @chunks << "\n\n\u200c\nā€” #{description}" when 'media' media_idx = post_cmd[1] media_cmd = post_cmd[2]