Trigger EnvelopeEvent for unsealed envelopes

This commit is contained in:
Fedor Indutny 2022-01-18 17:10:53 -08:00 committed by GitHub
parent 15fbbf0a67
commit 885b4d4d2e
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 6 additions and 28 deletions

View file

@ -15,12 +15,6 @@ import type {
ModifiedGroupDetails,
} from './ContactsParser';
export class ReconnectEvent extends Event {
constructor() {
super('reconnect');
}
}
export class EmptyEvent extends Event {
constructor() {
super('empty');