diff --git a/functions/utils/push-notifications.ts b/functions/utils/push-notifications.ts index 4a83ce10f..d7aba17d5 100644 --- a/functions/utils/push-notifications.ts +++ b/functions/utils/push-notifications.ts @@ -155,7 +155,7 @@ export class PushNotification { if (gameObj.GameStatus === GameStatus.WAITING_FOR_FRIEND_INVITATION_ACCEPTANCE || gameObj.GameStatus === GameStatus.WAITING_FOR_RANDOM_PLAYER_INVITATION_ACCEPTANCE) { msgText = - `Your bitwiser game Invitation from ${dbUser.displayName} will expire in 8 hours, Accept Invite!`; + `Your game play invitation from ${dbUser.displayName} will expire in 8 hours. Accept the challenge and play now!`; } else { msgText = 'Your bitWiser game will expire in 8 hours, play now!'; } diff --git a/scheduler.md b/scheduler.md index bd2b6f704..aad90c39e 100644 --- a/scheduler.md +++ b/scheduler.md @@ -3,9 +3,21 @@ duration : 1 min 2) Before game over - 8 hr : "game-time-reminder-notification/480" duration : 1 min + 3) Game over : "check-game-expired-and-set-game-over" duration : 1 min + 4) invitation expire : "game-invitation-expire" duration : 5 min + 5) no game play for 32 days : "no-game-play-32days" -duration : 30 min \ No newline at end of file +duration : 30 min + +6) change player turn : "turn" +duration : 30 min + +7) add lives in account : "add-lives" +duration : 30 min + +8) blog : "blog" +duration : 4 hr \ No newline at end of file