mirror of
https://github.com/Sheldan/abstracto-templates.git
synced 2026-04-14 03:46:00 +00:00
[AB-174] adding templates for snooze behaviour
added bell icon to reminder notification added explicit mention of reminder ID
This commit is contained in:
@@ -17,5 +17,5 @@
|
|||||||
"value": "[<@safe_include "remind_reminder_link_content_display_text"/>](${messageUrl})"
|
"value": "[<@safe_include "remind_reminder_link_content_display_text"/>](${messageUrl})"
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"additionalMessage": "${member.asMention?json_string}"
|
"additionalMessage": "${member.asMention?json_string} 🔔"
|
||||||
}
|
}
|
||||||
@@ -0,0 +1 @@
|
|||||||
|
<#include "reminder_snooze_not_possible_exception_text">
|
||||||
@@ -1 +1 @@
|
|||||||
You wanted to be reminded.
|
Reminder ID ${reminder.id?c}
|
||||||
@@ -1 +1 @@
|
|||||||
Scheduled reminder ${id} to remind you of [this](${messageUrl})
|
Scheduled reminder with ID ${id} to remind you of [this](${messageUrl})
|
||||||
@@ -0,0 +1 @@
|
|||||||
|
Re-schedules a reminder
|
||||||
@@ -0,0 +1,8 @@
|
|||||||
|
Re-creates a reminder with a new duration. This is only possible for reminders which already have been executed and were started by you.
|
||||||
|
The syntax for duration is the following:
|
||||||
|
s - seconds
|
||||||
|
m - minutes
|
||||||
|
h - hours
|
||||||
|
d - days
|
||||||
|
|
||||||
|
They must be positive and do no spaces between for example `1h23m` is one hour and twenty three minutes.
|
||||||
@@ -0,0 +1 @@
|
|||||||
|
The duration in which you want to be reminded again in. Uses the duration parsing.
|
||||||
@@ -0,0 +1 @@
|
|||||||
|
The ID of the reminder you want to re-schedule
|
||||||
@@ -1 +1 @@
|
|||||||
Reminder ${reminderId} does not exist, was already reminded or does not belong to you.
|
Reminder ${reminderId} does not exist, does not belong to you or is in the wrong state.
|
||||||
@@ -0,0 +1 @@
|
|||||||
|
Snooze not possible. Reminder is still in progress.
|
||||||
Reference in New Issue
Block a user