mirror of
https://github.com/spacebarchat/server.git
synced 2026-03-29 05:29:53 +00:00
Migrate MessageAckEvent to satisfies, part of #1577
This commit is contained in:
@@ -57,9 +57,9 @@ router.post(
|
||||
data: {
|
||||
channel_id,
|
||||
message_id,
|
||||
version: 3763,
|
||||
version: 3763, // what is this number?
|
||||
},
|
||||
} as MessageAckEvent);
|
||||
} satisfies MessageAckEvent);
|
||||
|
||||
res.json({ token: null });
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user