diff options
-rw-r--r-- | app/lib/command_tag/processor.rb | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/app/lib/command_tag/processor.rb b/app/lib/command_tag/processor.rb index 1e177a015..4823c0af9 100644 --- a/app/lib/command_tag/processor.rb +++ b/app/lib/command_tag/processor.rb @@ -11,6 +11,7 @@ class CommandTag::Processor @account = account @status = status @parent = status.thread + @conversation = status.conversation @run_once = Set[] @vars = {} @text = status.text.gsub("\r\n", "\n").gsub("\n\r", "\n").gsub("\r", "\n") |