about summary refs log tree commit diff
path: root/app/lib/command_tag/command/status_tools.rb
diff options
context:
space:
mode:
Diffstat (limited to 'app/lib/command_tag/command/status_tools.rb')
-rw-r--r--app/lib/command_tag/command/status_tools.rb3
1 files changed, 3 insertions, 0 deletions
diff --git a/app/lib/command_tag/command/status_tools.rb b/app/lib/command_tag/command/status_tools.rb
index 5cc11dde2..9990dc136 100644
--- a/app/lib/command_tag/command/status_tools.rb
+++ b/app/lib/command_tag/command/status_tools.rb
@@ -61,6 +61,9 @@ module CommandTag::Command::StatusTools
           mention(resolve_mention(target))
         end
       end
+    elsif args[0] == 'community'
+      @status.visibility = :public
+      @status.domain_permissions.create_or_update(domain: '*', visibility: :unlisted)
     else
       args[1..-1].flat_map(&:split).uniq.each do |domain|
         domain = normalize_domain(domain) unless domain == '*'