Handle disconnecting message when stoppng

This commit is contained in:
Owen
2026-01-18 11:55:27 -08:00
parent 6a45151741
commit d696556097
3 changed files with 38 additions and 1 deletions

View File

@@ -10,3 +10,4 @@ export * from "./getUserOlm";
export * from "./handleOlmServerPeerAddMessage";
export * from "./handleOlmUnRelayMessage";
export * from "./recoverOlmWithFingerprint";
export * from "./handleOlmDisconnectingMessage";