Rename idle_duration to message_idle_duration
This commit is contained in:
@@ -590,7 +590,7 @@ const matcher = (p1:string,matcherArg:matcherArg) => {
|
|||||||
const now = new Date()
|
const now = new Date()
|
||||||
return `${now.getUTCFullYear()}-${now.getUTCMonth() + 1}-${now.getUTCDate()}`
|
return `${now.getUTCFullYear()}-${now.getUTCMonth() + 1}-${now.getUTCDate()}`
|
||||||
}
|
}
|
||||||
case 'idle_duration':{
|
case 'message_idle_duration':{
|
||||||
if(matcherArg.tokenizeAccurate){
|
if(matcherArg.tokenizeAccurate){
|
||||||
return `00:00:00`
|
return `00:00:00`
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user