mirror of
https://github.com/wu736139669/hapi.git
synced 2026-08-05 06:24:37 +00:00
@@ -98,7 +98,7 @@ export function registerSessionHandlers(socket: SocketWithData, deps: SessionHan
|
||||
|
||||
const update = {
|
||||
id: randomUUID(),
|
||||
seq: Date.now(),
|
||||
seq: msg.seq,
|
||||
createdAt: Date.now(),
|
||||
body: {
|
||||
t: 'new-message' as const,
|
||||
|
||||
@@ -84,7 +84,7 @@ export class MessageService {
|
||||
|
||||
const update = {
|
||||
id: msg.id,
|
||||
seq: Date.now(),
|
||||
seq: msg.seq,
|
||||
createdAt: msg.createdAt,
|
||||
body: {
|
||||
t: 'new-message' as const,
|
||||
|
||||
Reference in New Issue
Block a user