Fixed notification

This commit is contained in:
Luca Frosini 2023-02-01 16:27:45 +01:00
parent cb8c38b07b
commit 7d14ca0496
1 changed files with 2 additions and 0 deletions

View File

@ -64,12 +64,14 @@ public class SocialNotificationModerationThread extends ModerationThread {
notificationToSelfOnly = true;
notificationSentByGCat = true;
stringBuffer = new StringBuffer();
stringBuffer.append("Thank you for submitting your item ");
stringBuffer = addQuotedTitle(stringBuffer);
stringBuffer.append(" to the catalogue. Please consider this notification as confirmation that your item has been successfully received and will be managed by the catalogue moderators.");
postMessage(stringBuffer.toString());
notificationToSelfOnly = false;
notificationSentByGCat = false;
}
protected void notifyItemDeleted() throws Exception {