3
0
Fork 0
mirror of https://github.com/ZeppelinBot/Zeppelin.git synced 2025-05-14 13:55: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 d30cd0b764
commit 936ea5311b
No known key found for this signature in database
GPG key ID: 5F387BA66DF8AAC1
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",
},
};