Skip to content

Commit

Permalink
correct what seems to be a problem (#4883)
Browse files Browse the repository at this point in the history
  • Loading branch information
julianjelfs authored Nov 29, 2023
1 parent a703bfb commit cb21d82
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions frontend/openchat-agent/src/services/openchatAgent.ts
Original file line number Diff line number Diff line change
Expand Up @@ -1094,9 +1094,7 @@ export class OpenChatAgent extends EventTarget {
eventIndex: idx,
edited: msg.edited,
isThreadRoot: msg.thread !== undefined,
sourceContext: ev.event.repliesTo.sourceContext ?? {
chatId: { ...defaultChatId },
},
sourceContext: messageContext,
};
} else {
this._logger.log(
Expand Down

0 comments on commit cb21d82

Please sign in to comment.