Comment notification emails (#4978)

* Comment notification emails

* fix links
fix threading in email inboxes
from is now commenter name

* fix

* refactor

* fix async filter
This commit is contained in:
Tom Moor
2023-03-05 11:01:56 -05:00
committed by GitHub
parent 4ff0fdfb4f
commit 760355302c
10 changed files with 599 additions and 236 deletions

View File

@@ -73,6 +73,7 @@
"@tommoor/remove-markdown": "^0.3.2",
"@types/mermaid": "^9.2.0",
"@vitejs/plugin-react": "^3.1.0",
"addressparser": "^1.0.1",
"autotrack": "^2.4.1",
"aws-sdk": "^2.1290.0",
"babel-plugin-styled-components": "^2.0.7",
@@ -226,6 +227,7 @@
"@getoutline/jest-runner-serial": "^2.0.0",
"@optimize-lodash/rollup-plugin": "4.0.3",
"@relative-ci/agent": "^4.1.3",
"@types/addressparser": "^1.0.1",
"@types/body-scroll-lock": "^3.1.0",
"@types/crypto-js": "^4.1.1",
"@types/datadog-metrics": "^0.6.2",