diff --git a/src/plugins/relationshipNotifier/index.ts b/src/plugins/relationshipNotifier/index.ts index 0e1aa077..d913dde4 100644 --- a/src/plugins/relationshipNotifier/index.ts +++ b/src/plugins/relationshipNotifier/index.ts @@ -34,7 +34,7 @@ export default definePlugin({ find: "removeRelationship:(", replacement: { match: /(removeRelationship:\((\i),\i,\i\)=>)/, - replace: "$1($self.removeFriend($2))||" + replace: "$1($self.removeFriend($2),0)||" } }, {