Standardize HTML sanitizing when preview email (#3223)

This commit is contained in:
Dat Vu
2024-10-24 15:56:48 +07:00
committed by GitHub
parent 124c4ce09a
commit 3205e00d65
17 changed files with 330 additions and 30 deletions
@@ -1,4 +1,4 @@
class CacheVersion {
static const int hiveDBVersion = 11;
static const int hiveDBVersion = 12;
}