diff options
author | metamuffin <metamuffin@disroot.org> | 2022-09-08 17:03:56 +0200 |
---|---|---|
committer | metamuffin <metamuffin@disroot.org> | 2022-09-08 17:03:56 +0200 |
commit | 922149f0cd84c9aa5753d5b3bc62901c94b9b5e3 (patch) | |
tree | 4f79ec6e43973dff62d952b584775af615c38d58 /common/packets.d.ts | |
parent | cd733e846d6e5921d97843ac895d45e8b22e79b4 (diff) | |
download | keks-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.ts | 2 |
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 }, } |