added notification for user "mentions"
git-svn-id: http://svn.research-infrastructures.eu/public/d4science/gcube/trunk/application-support-layer/applicationSupportLayerSocial@73588 82a268e6-3cf1-43bd-a215-b396298e98cf
This commit is contained in:
parent
f463e72a3c
commit
795f57ddc0
|
@ -139,6 +139,8 @@ public class EmailPlugin {
|
||||||
return portalHost + ": Updated item in a shared folder notification";
|
return portalHost + ": Updated item in a shared folder notification";
|
||||||
case OWN_COMMENT:
|
case OWN_COMMENT:
|
||||||
return portalHost + ": Reply on your post notification";
|
return portalHost + ": Reply on your post notification";
|
||||||
|
case MENTION:
|
||||||
|
return portalHost + ": Mention in a post notification";
|
||||||
case REQUEST_CONNECTION:
|
case REQUEST_CONNECTION:
|
||||||
return portalHost + ": Connection request notification";
|
return portalHost + ": Connection request notification";
|
||||||
case JOB_COMPLETED_NOK:
|
case JOB_COMPLETED_NOK:
|
||||||
|
|
Loading…
Reference in New Issue