This commit is contained in:
老道 2023-02-01 14:19:06 +08:00
parent 6def41745a
commit 9f13a0f060
1 changed files with 1 additions and 1 deletions

View File

@ -175,7 +175,7 @@ namespace MessageSupervises
//查看邀请用户是否黑名单 //查看邀请用户是否黑名单
if (!string.IsNullOrWhiteSpace(e.OldFriendWxid)) if (!string.IsNullOrWhiteSpace(e.OldFriendWxid))
{ {
isCancel = _ForbidBlacklist(e.OldFriendWxid, e.OldFriendNick, $"邀请好友,申请添加", e.Client); isCancel = _ForbidBlacklist(e.OldFriendWxid, e.OldFriendNick, $"黑名单邀请好友,申请添加", e.Client);
} }
} }
e.Cancel = isCancel; e.Cancel = isCancel;