getabsoluteurl
Change-Id: I377449fbfb16fc275b665ee67c31e90141688470
This commit is contained in:
parent
6f06dbb7ba
commit
9bd9610526
@ -70,9 +70,9 @@ public class JsonNewMessagePage extends WebPage {
|
||||
rec.setToUser(selectedUser);
|
||||
rec.setPrivateMessage(pm);
|
||||
rec = recipientDao.save(rec);
|
||||
notificationController.createNotificationForPrivateMessage(selectedUser,
|
||||
notificationController.notifyPrivateMessage(selectedUser,
|
||||
jsonPrivateMessage.subject + "\n\n" + jsonPrivateMessage.message,
|
||||
PrivateMessagesPage.getAbsoluteForPrivateMessageURL());
|
||||
PrivateMessagesPage.getAbsoluteURL());
|
||||
}
|
||||
jsonOutput.addProperty("apikey", "success");
|
||||
} else {
|
||||
|
Loading…
x
Reference in New Issue
Block a user