mirror of
https://github.com/Caraxi/mare.client.git
synced 2025-12-13 21:24:15 +01:00
remove report bump api
This commit is contained in:
parent
b2f195a15a
commit
9c5779bcfe
2 changed files with 1 additions and 7 deletions
2
MareAPI
2
MareAPI
|
|
@ -1 +1 @@
|
|||
Subproject commit 72ba13de2912e8c015294b861b5b7086c3040e3a
|
||||
Subproject commit 4a0ee24688ec35786f4a77d5efbff20f2309c163
|
||||
|
|
@ -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