mirror of
https://github.com/bitwarden/server.git
synced 2025-07-04 17:42:49 -05:00
no azure queue service for now
This commit is contained in:
@ -154,12 +154,14 @@ namespace Bit.Core.Services
|
||||
|
||||
public Task SendPayloadToUserAsync(string userId, PushType type, object payload, string identifier)
|
||||
{
|
||||
throw new NotImplementedException();
|
||||
// Noop
|
||||
return Task.FromResult(0);
|
||||
}
|
||||
|
||||
public Task SendPayloadToOrganizationAsync(string orgId, PushType type, object payload, string identifier)
|
||||
{
|
||||
throw new NotImplementedException();
|
||||
// Noop
|
||||
return Task.FromResult(0);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user