You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: packages/host/app/lib/matrix-classes/message-builder.ts
+38-34
Original file line number
Diff line number
Diff line change
@@ -129,13 +129,15 @@ export default class MessageBuilder {
129
129
message.attachedCardIds=this.attachedCardIds;
130
130
}elseif(event.content.msgtype==='m.text'){
131
131
message.isStreamingFinished=!!event.content.isStreamingFinished;// Indicates whether streaming (message updating while AI bot is sending more content into the message) has finished
message.isStreamingFinished=!!event.content.isStreamingFinished;// Indicates whether streaming (message updating while AI bot is sending more content into the message) has finished
139
141
}
140
142
returnmessage;
141
143
}
@@ -159,16 +161,16 @@ export default class MessageBuilder {
0 commit comments