Skip to content

Commit b537141

Browse files
odeimaizCopilot
andauthored
Update services/static-webserver/client/source/class/osparc/data/model/ConversationSupport.js
Co-authored-by: Copilot <[email protected]>
1 parent cc93862 commit b537141

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

services/static-webserver/client/source/class/osparc/data/model/ConversationSupport.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -189,7 +189,7 @@ qx.Class.define("osparc.data.model.ConversationSupport", {
189189
this.__evalFirstAndLastMessage();
190190

191191
// mark conversation as unread if the message is from the other party
192-
if (osparc.data.model.Message.isMyMessage(message)) {
192+
if (!osparc.data.model.Message.isMyMessage(message)) {
193193
this.setReadBy(false);
194194
}
195195
return message;

0 commit comments

Comments
 (0)