This commit is contained in:
parent
6def41745a
commit
9f13a0f060
|
@ -175,7 +175,7 @@ namespace MessageSupervises
|
|||
//查看邀请用户是否黑名单
|
||||
if (!string.IsNullOrWhiteSpace(e.OldFriendWxid))
|
||||
{
|
||||
isCancel = _ForbidBlacklist(e.OldFriendWxid, e.OldFriendNick, $"邀请好友,申请添加", e.Client);
|
||||
isCancel = _ForbidBlacklist(e.OldFriendWxid, e.OldFriendNick, $"黑名单邀请好友,申请添加", e.Client);
|
||||
}
|
||||
}
|
||||
e.Cancel = isCancel;
|
||||
|
|
Loading…
Reference in New Issue