diff options
Diffstat (limited to 'app')
-rw-r--r-- | app/services/post_status_service.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/services/post_status_service.rb b/app/services/post_status_service.rb index 8b0f8ac05..dc1a3bcdc 100644 --- a/app/services/post_status_service.rb +++ b/app/services/post_status_service.rb @@ -130,7 +130,7 @@ class PostStatusService < BaseService end def unfilter_thread_on_reply - Redis.current.srem("filtered_threads:#{@account.id}", @in_reply_to.conversation_id) + ConversationKick.where(account_id: @in_reply_to.account_id, conversation: @in_reply_to.conversation_id).destroy_all end def inherit_reply_rejection |