3
0
Fork 0
mirror of https://github.com/ZeppelinBot/Zeppelin.git synced 2025-05-22 09:15:03 +00:00

Use relative time for recent dates in case summaries

Comes with an option to toggle on/off and to set the "recent" threshold.
This commit is contained in:
Dragory 2020-08-10 03:53:04 +03:00
parent bab61dea40
commit 2c959aaafc
3 changed files with 16 additions and 3 deletions

View file

@ -17,6 +17,8 @@ const defaultOptions = {
config: {
log_automatic_actions: true,
case_log_channel: null,
show_relative_times: true,
relative_time_cutoff: "7d",
},
};