forked from cybrespace/mastodon
Do not count self in potential friendships (#8014)
This commit is contained in:
parent
c8c25ea7eb
commit
47c59591e0
|
@ -12,6 +12,8 @@ class PotentialFriendshipTracker
|
||||||
|
|
||||||
class << self
|
class << self
|
||||||
def record(account_id, target_account_id, action)
|
def record(account_id, target_account_id, action)
|
||||||
|
return if account_id == target_account_id
|
||||||
|
|
||||||
key = "interactions:#{account_id}"
|
key = "interactions:#{account_id}"
|
||||||
weight = WEIGHTS[action]
|
weight = WEIGHTS[action]
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue