refactor: remove unused prop (TS, BaseDeltaChat)

Apparently it has been unused ever since the introduction
of JSON-RPC, 0887acf1bf
(https://github.com/chatmail/core/pull/3463).
This commit is contained in:
WofWca
2025-09-17 09:10:55 +04:00
committed by l
parent bf3dfa4ab6
commit 09d33e62bd

View File

@@ -28,7 +28,6 @@ export class BaseDeltaChat<
Transport extends BaseTransport<any>,
> extends TinyEmitter<Events> {
rpc: RawClient;
account?: T.Account;
private contextEmitters: { [key: number]: TinyEmitter<ContextEvents> } = {};
//@ts-ignore