notifications: Use a dynamic SVG favicon for unread counts.

Closes #2304.

Signed-off-by: Anders Kaseorg <anders@zulip.com>
This commit is contained in:
Anders Kaseorg
2020-10-20 19:07:35 -07:00
committed by Tim Abbott
parent 621bef5958
commit 5c6202ca97
116 changed files with 688 additions and 425 deletions

View File

@@ -303,6 +303,7 @@ OPTIONAL_CLOSING_TAGS = [
'input',
'path',
'polygon',
'stop',
]
def is_self_closing_html_tag(s: Text, tag: Text) -> bool: