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:
parent
d30cd0b764
commit
936ea5311b
3 changed files with 16 additions and 3 deletions
|
@ -17,6 +17,8 @@ const defaultOptions = {
|
|||
config: {
|
||||
log_automatic_actions: true,
|
||||
case_log_channel: null,
|
||||
show_relative_times: true,
|
||||
relative_time_cutoff: "7d",
|
||||
},
|
||||
};
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue