Add emoji reaction deletion api

This commit is contained in:
KMY 2023-02-25 10:42:19 +09:00
parent 5f7da7bff1
commit 15bc0df759
14 changed files with 142 additions and 45 deletions

View file

@ -6,7 +6,7 @@ class PotentialFriendshipTracker
WEIGHTS = {
reply: 1,
emoji_reaction: 5,
emoji_reaction: 2,
favourite: 10,
reblog: 20,
}.freeze