feat(disqus): add new flagged comments trigger

This commit is contained in:
Rıdvan Akca
2024-01-16 13:49:05 +03:00
parent 033b15a158
commit 6b712c9a90
4 changed files with 64 additions and 2 deletions

View File

@@ -1,3 +1,4 @@
import newComments from './new-comments/index.js';
import newFlaggedComments from './new-flagged-comments/index.js';
export default [newComments];
export default [newComments, newFlaggedComments];