feat(dm): add first / last message date, dm duration and overall messages

This commit is contained in:
Samuel 2024-12-14 16:27:02 +01:00
parent ad643ad862
commit 2fedbdc884
No known key found for this signature in database
12 changed files with 495 additions and 65 deletions

View file

@ -107,7 +107,13 @@
}
}
},
"ignore": ["dist/**/*.ts", "dist/**", "**/*.mjs", "eslint.config.js", "**/*.js"]
"ignore": [
"dist/**/*.ts",
"dist/**",
"**/*.mjs",
"eslint.config.js",
"**/*.js"
]
},
"javascript": {
"formatter": {