implement function for account-wide unread mail count

This commit is contained in:
zefie
2022-02-20 11:18:42 -05:00
parent 0f26cdfc70
commit 701cd25b83
2 changed files with 18 additions and 0 deletions

View File

@@ -38,6 +38,7 @@ class WTVShared {
}
}
htmlEntitize(string, process_newline = false) {
string = this.html_entities.encode(string).replace(/'/g, "'");