sendToGroup: 404 from multi_recipient endpoint now treated differently

This commit is contained in:
Scott Nonnenberg 2023-01-13 14:01:47 -08:00 committed by GitHub
parent b37be94cb9
commit 4a3ffe07e8
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 14 additions and 1 deletions

View file

@ -303,4 +303,6 @@ export class UnregisteredUserError extends Error {
export class ConnectTimeoutError extends Error {}
export class UnknownRecipientError extends Error {}
export class WarnOnlyError extends Error {}