summaryrefslogtreecommitdiff
path: root/common
diff options
context:
space:
mode:
Diffstat (limited to 'common')
-rw-r--r--common/packets.d.ts1
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[]