Skip to content

Commit 2732bd4

Browse files
committed
Merge branch 'enh/conversation-read' of github.com:odeimaiz/osparc-simcore into enh/conversation-read
2 parents 8d97537 + b537141 commit 2732bd4

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)