remove unnecessary cache remove block
This commit is contained in:
parent
708e7bfcee
commit
6c9b5b4be2
@ -539,6 +539,5 @@ class Status < ApplicationRecord
|
|||||||
|
|
||||||
def increase_group_unread_counts
|
def increase_group_unread_counts
|
||||||
GroupAccount.where(group_id: group_id).where.not(account_id: account_id).update_all("unread_count = unread_count + 1")
|
GroupAccount.where(group_id: group_id).where.not(account_id: account_id).update_all("unread_count = unread_count + 1")
|
||||||
Rails.cache.delete("relationship:#{account_id}:group#{group_id}")
|
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
|
Loading…
Reference in New Issue
Block a user