diff options
author | metamuffin <metamuffin@disroot.org> | 2023-09-07 19:17:49 +0200 |
---|---|---|
committer | metamuffin <metamuffin@disroot.org> | 2023-09-07 19:17:49 +0200 |
commit | 2d0761b8932f11b01e241e2db3a8f08250efe878 (patch) | |
tree | 29814137e2960286d36f3ae4f7c20299eb6d22b0 /common/packets.d.ts | |
parent | 6f644481f397af070e2b91b69846e375caafdbda (diff) | |
download | keks-meet-2d0761b8932f11b01e241e2db3a8f08250efe878.tar keks-meet-2d0761b8932f11b01e241e2db3a8f08250efe878.tar.bz2 keks-meet-2d0761b8932f11b01e241e2db3a8f08250efe878.tar.zst |
new protocol
Diffstat (limited to 'common/packets.d.ts')
-rw-r--r-- | common/packets.d.ts | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/common/packets.d.ts b/common/packets.d.ts index 8bec80a..433dd17 100644 --- a/common/packets.d.ts +++ b/common/packets.d.ts @@ -22,6 +22,7 @@ export interface ClientboundPacket { } export interface ServerboundPacket { + join?: { hash?: string } ping?: null relay?: { recipient?: number, message: string /* encrypted RelayMessageWrapper */ } watch_rooms?: string[] |