-
Notifications
You must be signed in to change notification settings - Fork 56
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add displayname mention spam protection (#537)
* Add displayname mention spam tracking * lowercase all comparisons * fix null access * add comment Co-authored-by: Travis Ralston <[email protected]> --------- Co-authored-by: Half-Shot <[email protected]> Co-authored-by: Travis Ralston <[email protected]>
- Loading branch information
1 parent
05d1894
commit c706068
Showing
4 changed files
with
61 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -58,6 +58,7 @@ | |
"humanize-duration-ts": "^2.1.1", | ||
"js-yaml": "^4.1.0", | ||
"jsdom": "^16.6.0", | ||
"lru-cache": "^11.0.1", | ||
"matrix-appservice-bridge": "10.3.1", | ||
"nsfwjs": "^4.1.0", | ||
"parse-duration": "^1.0.2", | ||
|
@@ -69,5 +70,6 @@ | |
}, | ||
"engines": { | ||
"node": ">=20.0.0" | ||
} | ||
}, | ||
"packageManager": "[email protected]+sha512.a6b2f7906b721bba3d67d4aff083df04dad64c399707841b7acf00f6b133b7ac24255f2652fa22ae3534329dc6180534e98d17432037ff6fd140556e2bb3137e" | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters