Fix activity:interactions counter to count all interactions (#8037)
This commit is contained in:
@ -44,6 +44,7 @@ class ReblogService < BaseService
|
||||
end
|
||||
|
||||
def bump_potential_friendship(account, reblog)
|
||||
ActivityTracker.increment('activity:interactions')
|
||||
return if account.following?(reblog.reblog.account_id)
|
||||
PotentialFriendshipTracker.record(account.id, reblog.reblog.account_id, :reblog)
|
||||
end
|
||||
|
Reference in New Issue
Block a user