Skip to content

Commit

Permalink
Fix for bi-following
Browse files Browse the repository at this point in the history
  • Loading branch information
xingrz committed Feb 14, 2024
1 parent 344b0c5 commit 4438eae
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/mods/user_remark.ts
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ observe(document.body, function userRemark(): void {
info.push(`备注:${context.userInfo.remark}`);
}

if (context.userInfo.follow_me) {
if (context.userInfo.follow_me && context.userInfo.following) {
info.push('互相关注');
}

Expand Down

0 comments on commit 4438eae

Please sign in to comment.