mirror of
https://iceshrimp.dev/crimekillz/trashposs
synced 2024-11-22 08:53:48 +01:00
Fix #4519
This commit is contained in:
parent
d467abb214
commit
9cd8b234aa
@ -22,7 +22,7 @@ export default async function(follower: User, followee: User, silent = false) {
|
||||
return;
|
||||
}
|
||||
|
||||
Followings.delete(following.id);
|
||||
await Followings.delete(following.id);
|
||||
|
||||
//#region Decrement following count
|
||||
Users.decrement({ id: follower.id }, 'followingCount', 1);
|
||||
|
Loading…
Reference in New Issue
Block a user