Rename idle_duration to message_idle_duration

This commit is contained in:
kwaroran
2024-04-25 00:34:57 +09:00
parent 0d067e27d0
commit ba6195f1de

View File

@@ -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`
} }