diff options
author | Claire <claire.github-309c@sitedethib.com> | 2021-04-21 13:52:03 +0200 |
---|---|---|
committer | Claire <claire.github-309c@sitedethib.com> | 2021-04-21 13:52:03 +0200 |
commit | 536892b8ae7788525e9d65481df693afe6a8bfc4 (patch) | |
tree | 601261c5ef16225420743f32ae2ec4ce40ceb098 /app/services | |
parent | b1d4f21db0d413c887978ff69aa46b3bc8ea1f3d (diff) | |
parent | 0b36e3419d4c4ce175f9db266ef5b3a49a9b3974 (diff) |
Merge branch 'main' into glitch-soc/merge-upstream
Diffstat (limited to 'app/services')
-rw-r--r-- | app/services/remove_status_service.rb | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/app/services/remove_status_service.rb b/app/services/remove_status_service.rb index 17868d4fd..5cc1dba06 100644 --- a/app/services/remove_status_service.rb +++ b/app/services/remove_status_service.rb @@ -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? |