mirror of
https://github.com/Caraxi/mare.client.git
synced 2025-12-12 19:57:23 +01:00
remove report bump api
This commit is contained in:
parent
b2f195a15a
commit
9c5779bcfe
2 changed files with 1 additions and 7 deletions
|
|
@ -90,12 +90,6 @@ public partial class ApiController
|
|||
await _mareHub!.SendAsync(nameof(UserRemovePair), userDto).ConfigureAwait(false);
|
||||
}
|
||||
|
||||
public async Task UserReportProfile(UserProfileReportDto userDto)
|
||||
{
|
||||
if (!IsConnected) return;
|
||||
await _mareHub!.SendAsync(nameof(UserReportProfile), userDto).ConfigureAwait(false);
|
||||
}
|
||||
|
||||
public async Task UserSetPairPermissions(UserPermissionsDto userPermissions)
|
||||
{
|
||||
await SetBulkPermissions(new(new(StringComparer.Ordinal)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue