You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
the source code on File PrivateMessageAuthorizationHandler.cs line 54,
the source is :
return (resource.ToUserId == currentUserId || resource.FromUserId == currentUserId) &&
await _permissionChecker.IsGrantedAsync(context.User,
PrivateMessagingPermissions.PrivateMessages.Delete);
the PrivateMessagingPermissions.PrivateMessages.Delete should be PrivateMessagingPermissions.PrivateMessages.Default
The text was updated successfully, but these errors were encountered:
the source code on File PrivateMessageAuthorizationHandler.cs line 54,
the source is :
return (resource.ToUserId == currentUserId || resource.FromUserId == currentUserId) &&
await _permissionChecker.IsGrantedAsync(context.User,
PrivateMessagingPermissions.PrivateMessages.Delete);
the PrivateMessagingPermissions.PrivateMessages.Delete should be PrivateMessagingPermissions.PrivateMessages.Default
The text was updated successfully, but these errors were encountered: