doc: add more help for the notifications
This commit is contained in:
@@ -56,8 +56,7 @@ self.addEventListener("push", function (event) {
|
||||
title = "Direct Message";
|
||||
message = payload.message || "No details were provided.";
|
||||
} else {
|
||||
title =
|
||||
payload && payload.title ? payload.title : "Unknown Notification";
|
||||
title = payload && payload.title ? payload.title : "Note";
|
||||
message = await self.getNotificationCount();
|
||||
}
|
||||
if (message) {
|
||||
|
||||
Reference in New Issue
Block a user