feat: Ratelimit sending threepid validation emails

This commit is contained in:
Ginger
2026-03-27 12:21:58 -04:00
committed by Ellis Git
parent d5675b85cf
commit b6f0b41d3d
4 changed files with 97 additions and 23 deletions
+8
View File
@@ -561,6 +561,14 @@ version = "0.11.19"
default-features = false
features = ["smtp-transport", "pool", "hostname", "builder", "rustls", "aws-lc-rs", "rustls-native-certs", "tokio1", "tokio1-rustls", "tracing", "serde"]
[workspace.dependencies.governor]
version = "0.10.4"
default-features = false
features = ["std"]
[workspace.dependencies.nonzero_ext]
version = "0.3.0"
#
# Patches
#