mirror of
https://github.com/bitwarden/server
synced 2025-12-23 03:33:35 +00:00
Transition reference id to data (#828)
* Transition reference id to data * field length and request model updates
This commit is contained in:
@@ -30,9 +30,9 @@ namespace Bit.Core.Services
|
||||
|
||||
private async Task SendMessageAsync(ReferenceEvent referenceEvent)
|
||||
{
|
||||
if (_globalSettings.SelfHosted || string.IsNullOrWhiteSpace(referenceEvent.ReferenceId))
|
||||
if (_globalSettings.SelfHosted)
|
||||
{
|
||||
// Ignore for self-hosted, OR, where there is no ReferenceId
|
||||
// Ignore for self-hosted
|
||||
return;
|
||||
}
|
||||
try
|
||||
|
||||
Reference in New Issue
Block a user