notifications all done hopefully
git-svn-id: http://svn.research-infrastructures.eu/public/d4science/gcube/trunk/application-support-layer/applicationSupportLayerSocial@68625 82a268e6-3cf1-43bd-a215-b396298e98cf
This commit is contained in:
parent
2e619a7f9a
commit
b21915e9ca
|
@ -232,7 +232,7 @@ public class ApplicationNotificationsManager extends SocialPortalBridge implemen
|
|||
userIdToNotify, //user no notify
|
||||
"messageid_not_provided", //the
|
||||
new Date(),
|
||||
"",
|
||||
"group/data-e-infrastructure-gateway/messages",
|
||||
"sent you a message with subject: " + escapeHtml(subject),
|
||||
false,
|
||||
aslSession.getUsername(),
|
||||
|
@ -252,7 +252,7 @@ public class ApplicationNotificationsManager extends SocialPortalBridge implemen
|
|||
userIdToNotify, //user no notify
|
||||
feedid, //the post
|
||||
new Date(),
|
||||
"?oid="+feedid,
|
||||
"group/data-e-infrastructure-gateway?oid="+feedid,
|
||||
"commented on your post: " + escapeHtml(feedText),
|
||||
false,
|
||||
aslSession.getUsername(),
|
||||
|
@ -279,7 +279,7 @@ public class ApplicationNotificationsManager extends SocialPortalBridge implemen
|
|||
userIdToNotify, //user no notify
|
||||
feedid, //the post
|
||||
new Date(),
|
||||
"?oid="+feedid,
|
||||
"group/data-e-infrastructure-gateway?oid="+feedid,
|
||||
"likes your post: " + escapeHtml(feedText),
|
||||
false,
|
||||
aslSession.getUsername(),
|
||||
|
|
Loading…
Reference in New Issue