Skip to content

Commit f75d46c

Browse files
committed
minor
1 parent 138b645 commit f75d46c

File tree

1 file changed

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

1 file changed

+2
-4
lines changed

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

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -70,11 +70,9 @@ qx.Class.define("osparc.conversation.AddMessage", {
7070
}
7171
case "thumbnail": {
7272
control = osparc.utils.Utils.createThumbnail(32);
73-
const authData = osparc.auth.Data.getInstance();
74-
const myUsername = authData.getUsername();
75-
const myEmail = authData.getEmail();
73+
const meGroup = osparc.store.Groups.getInstance().getGroupMe();
7674
control.set({
77-
source: osparc.utils.Avatar.emailToThumbnail(myEmail, myUsername, 32),
75+
source: meGroup.getThumbnail(),
7876
alignX: "center",
7977
alignY: "middle",
8078
marginRight: 8,

0 commit comments

Comments
 (0)