about summary refs log tree commit diff
path: root/app/lib/command_tag/processor.rb
diff options
context:
space:
mode:
authorFire Demon <firedemon@creature.cafe>2020-08-01 14:46:49 -0500
committerFire Demon <firedemon@creature.cafe>2020-08-30 05:45:16 -0500
commit23c69fbc41104b3f1648531775fd4fbf0ccc3c88 (patch)
tree9772c8b435cc40f29c120600b7d531cb311348d4 /app/lib/command_tag/processor.rb
parentbe6a33effdaf3050bba4b00b8169eb592b4db29f (diff)
[Feature, Privacy, Command Tags] Add support for addressing lists
Diffstat (limited to 'app/lib/command_tag/processor.rb')
-rw-r--r--app/lib/command_tag/processor.rb2
1 files changed, 2 insertions, 0 deletions
diff --git a/app/lib/command_tag/processor.rb b/app/lib/command_tag/processor.rb
index 13c987fec..77cbf3312 100644
--- a/app/lib/command_tag/processor.rb
+++ b/app/lib/command_tag/processor.rb
@@ -255,6 +255,8 @@ class CommandTag::Processor
             'direct'
           when 'default', 'reset'
             @account.user.setting_default_privacy
+          when 'to', 'allow', 'allow-from', 'from'
+            'cc'
           else
             arg.strip
           end