aboutsummaryrefslogtreecommitdiff
path: root/common/packets.d.ts
diff options
context:
space:
mode:
authormetamuffin <metamuffin@disroot.org>2022-09-08 17:03:56 +0200
committermetamuffin <metamuffin@disroot.org>2022-09-08 17:03:56 +0200
commit922149f0cd84c9aa5753d5b3bc62901c94b9b5e3 (patch)
tree4f79ec6e43973dff62d952b584775af615c38d58 /common/packets.d.ts
parentcd733e846d6e5921d97843ac895d45e8b22e79b4 (diff)
downloadkeks-meet-922149f0cd84c9aa5753d5b3bc62901c94b9b5e3.tar
keks-meet-922149f0cd84c9aa5753d5b3bc62901c94b9b5e3.tar.bz2
keks-meet-922149f0cd84c9aa5753d5b3bc62901c94b9b5e3.tar.zst
lots of changes, new prefs
Diffstat (limited to 'common/packets.d.ts')
-rw-r--r--common/packets.d.ts2
1 files changed, 1 insertions, 1 deletions
diff --git a/common/packets.d.ts b/common/packets.d.ts
index 8ade352..6ee4b9a 100644
--- a/common/packets.d.ts
+++ b/common/packets.d.ts
@@ -12,7 +12,7 @@ export interface ClientboundPacket {
}
export interface ServerboundPacket {
- ping: null,
+ ping?: null,
relay?: { recipient?: number, message: RelayMessage },
}