about summary refs log tree commit diff
path: root/app/lib/command_tag/commands/status_tools.rb
diff options
context:
space:
mode:
authorFire Demon <firedemon@creature.cafe>2020-07-27 07:45:50 -0500
committerFire Demon <firedemon@creature.cafe>2020-08-30 05:45:16 -0500
commit22326c3c028ff9e542ba4cbc8422076c420287fc (patch)
tree0a80a481b7f4be48e0c75ed174b7dbd47a9ce262 /app/lib/command_tag/commands/status_tools.rb
parentba45644591b7626e2acffd6f21de6988456a008b (diff)
[Privacy] Improve handling of mixed permissions
Diffstat (limited to 'app/lib/command_tag/commands/status_tools.rb')
-rw-r--r--app/lib/command_tag/commands/status_tools.rb6
1 files changed, 0 insertions, 6 deletions
diff --git a/app/lib/command_tag/commands/status_tools.rb b/app/lib/command_tag/commands/status_tools.rb
index 0e6524001..23bdcbfc3 100644
--- a/app/lib/command_tag/commands/status_tools.rb
+++ b/app/lib/command_tag/commands/status_tools.rb
@@ -27,10 +27,4 @@ module CommandTag::Commands::StatusTools
 
   alias handle_v_before_save                      handle_visibility_before_save
   alias handle_privacy_before_save                handle_visibility_before_save
-
-  def handle_semiprivate_before_save(args)
-    return unless author_of_status?
-
-    @semiprivate = args.blank? || read_boolean_from(args[0])
-  end
 end