Merge branch 'main' into glitch-soc/merge-upstream

This commit is contained in:
Claire
2021-04-21 13:52:03 +02:00
10 changed files with 100 additions and 88 deletions

View File

@@ -16,6 +16,8 @@ class RemoveStatusService < BaseService
@account = status.account
@options = options
@status.discard
RedisLock.acquire(lock_options) do |lock|
if lock.acquired?
remove_from_self if @account.local?