about summary refs log tree commit diff
path: root/app/lib/command_tag/commands/account_tools.rb
diff options
context:
space:
mode:
Diffstat (limited to 'app/lib/command_tag/commands/account_tools.rb')
-rw-r--r--app/lib/command_tag/commands/account_tools.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/lib/command_tag/commands/account_tools.rb b/app/lib/command_tag/commands/account_tools.rb
index dd7fd0229..473df7a39 100644
--- a/app/lib/command_tag/commands/account_tools.rb
+++ b/app/lib/command_tag/commands/account_tools.rb
@@ -17,7 +17,7 @@ module CommandTag::Commands::AccountTools
     return if args[0].blank?
 
     case args[0].downcase
-    when 'v', 'visibility', 'privacy', 'default-visibility', 'default-privacy'
+    when 'v', 'p', 'visibility', 'privacy', 'default-visibility', 'default-privacy'
       args[1] = read_visibility_from(args[1])
       return if args[1].blank?