diff --git a/files/routes/comments.py b/files/routes/comments.py index 2829b5274..2bfc229c4 100644 --- a/files/routes/comments.py +++ b/files/routes/comments.py @@ -40,7 +40,7 @@ def pusher_thread(interests, c, username): 'title': f'New reply by @{username}', 'body': notifbody, 'deep_link': f'{SITE_FULL}/comment/{c.id}?context=8&read=true#context', - 'icon': f'{SITE_FULL}/assets/images/{SITE_NAME}/icon.png?v=1015', + 'icon': f'{SITE_FULL}/assets/images/{SITE_NAME}/icon.webp?v=1015', } }, 'fcm': { diff --git a/files/routes/users.py b/files/routes/users.py index ef53da2cc..aa64d4647 100644 --- a/files/routes/users.py +++ b/files/routes/users.py @@ -27,7 +27,7 @@ def pusher_thread2(interests, notifbody, username): 'title': f'New message from @{username}', 'body': notifbody, 'deep_link': f'{SITE_FULL}/notifications?messages=true', - 'icon': f'{SITE_FULL}/assets/images/{SITE_NAME}/icon.png?v=1015', + 'icon': f'{SITE_FULL}/assets/images/{SITE_NAME}/icon.webp?v=1015', } }, 'fcm': { @@ -757,7 +757,7 @@ def messagereply(v): 'title': f'New message from @{v.username}', 'body': notifbody, 'deep_link': f'{SITE_FULL}/notifications?messages=true', - 'icon': f'{SITE_FULL}/assets/images/{SITE_NAME}/icon.png"a=1015', + 'icon': f'{SITE_FULL}/assets/images/{SITE_NAME}/icon.webp"a=1015', } }, 'fcm': { diff --git a/files/templates/chat.html b/files/templates/chat.html index f75ce8a86..9c88ed147 100644 --- a/files/templates/chat.html +++ b/files/templates/chat.html @@ -9,7 +9,7 @@ - + Chat diff --git a/files/templates/default.html b/files/templates/default.html index 3ed164efa..4e7ebdddb 100644 --- a/files/templates/default.html +++ b/files/templates/default.html @@ -72,7 +72,7 @@ - + {% block title %} {{SITE_NAME}} @@ -99,10 +99,10 @@ - + - - + + @@ -114,127 +114,127 @@ {% block fixedMobileBarJS %} diff --git a/files/templates/header.html b/files/templates/header.html index f34eac43c..8fabeefa7 100644 --- a/files/templates/header.html +++ b/files/templates/header.html @@ -33,7 +33,7 @@ {% if SITE_NAME == 'rDrama' %} {# birthgay only #} header icon {% else %} - header icon + header icon {% endif %} diff --git a/files/templates/settings.html b/files/templates/settings.html index 0e4bc3ec7..7b317ea8d 100644 --- a/files/templates/settings.html +++ b/files/templates/settings.html @@ -12,7 +12,7 @@ - + {% block pagetitle %}Settings - {{SITE_NAME}}{% endblock %} diff --git a/files/templates/settings2.html b/files/templates/settings2.html index 12e8e63cc..efab7ee84 100644 --- a/files/templates/settings2.html +++ b/files/templates/settings2.html @@ -13,7 +13,7 @@ - + diff --git a/files/templates/submit.html b/files/templates/submit.html index f0c6ac8a4..db045a2ae 100644 --- a/files/templates/submit.html +++ b/files/templates/submit.html @@ -10,7 +10,7 @@ - + {% if request.host == 'pcmemes.net' %} {% set cc='Splash Mountain' %}