fix(chat): stabilize message identities
This commit is contained in:
@@ -170,6 +170,7 @@ export function createLoadHistoryCallback(
|
||||
type: "ChatNetworkHistoryLoaded",
|
||||
output: {
|
||||
messages: networkMessages,
|
||||
localDisplayIds: messages.map((message) => message.displayId),
|
||||
localOverwritten: true,
|
||||
localCount: messages.length,
|
||||
networkCount: networkMessages.length,
|
||||
|
||||
Reference in New Issue
Block a user