Skip to content

Commit 776288e

Browse files
committed
minor
1 parent 0162f61 commit 776288e

File tree

1 file changed

+1
-4
lines changed
  • services/static-webserver/client/source/class/osparc/conversation

1 file changed

+1
-4
lines changed

services/static-webserver/client/source/class/osparc/conversation/Conversation.js

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -242,9 +242,6 @@ qx.Class.define("osparc.conversation.Conversation", {
242242
return;
243243
}
244244

245-
// it's not provided by the backend
246-
message["projectId"] = this.__studyData["uuid"];
247-
248245
// Add the message in the messages array
249246
this.__messages.push(message);
250247

@@ -259,7 +256,7 @@ qx.Class.define("osparc.conversation.Conversation", {
259256
break;
260257
}
261258
if (control) {
262-
this.__messagesList.add(control);
259+
this.__messagesList.addAt(control, 0);
263260
}
264261

265262
this.__updateMessagesNumber();

0 commit comments

Comments
 (0)