File tree Expand file tree Collapse file tree 1 file changed +2
-0
lines changed
services/static-webserver/client/source/class/osparc/info Expand file tree Collapse file tree 1 file changed +2
-0
lines changed Original file line number Diff line number Diff line change @@ -140,6 +140,7 @@ qx.Class.define("osparc.info.CommentAdd", {
140140 const data = e . getData ( ) ;
141141 const userGids = data [ "selectedGids" ] ;
142142 if ( userGids && userGids . length ) {
143+ // OM: suggest sharing the study first if the user is not a collaborator
143144 const userGid = parseInt ( userGids [ 0 ] ) ;
144145 if ( this . __conversationId ) {
145146 this . __postNotify ( userGid ) ;
@@ -185,6 +186,7 @@ qx.Class.define("osparc.info.CommentAdd", {
185186 osparc . study . Conversations . notifyUser ( this . __studyData [ "uuid" ] , this . __conversationId , userGroupId )
186187 . then ( data => {
187188 this . fireDataEvent ( "commentAdded" , data ) ;
189+ // OM: add redis notification
188190 } ) ;
189191 }
190192 } ,
You can’t perform that action at this time.
0 commit comments