From f4ac063354f2d562f81fd70264fdd76a3c9d742f Mon Sep 17 00:00:00 2001 From: Aevann1 Date: Fri, 20 May 2022 16:48:13 +0200 Subject: [PATCH] sfd --- files/routes/comments.py | 2 +- files/routes/users.py | 4 +-- files/templates/chat.html | 2 +- files/templates/default.html | 58 +++++++++++++++++----------------- files/templates/header.html | 2 +- files/templates/settings.html | 2 +- files/templates/settings2.html | 2 +- files/templates/submit.html | 2 +- 8 files changed, 37 insertions(+), 37 deletions(-) diff --git a/files/routes/comments.py b/files/routes/comments.py index 2bfc229c4..2829b5274 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.webp?v=1015', + 'icon': f'{SITE_FULL}/assets/images/{SITE_NAME}/icon.png?v=1015', } }, 'fcm': { diff --git a/files/routes/users.py b/files/routes/users.py index aa64d4647..ef53da2cc 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.webp?v=1015', + 'icon': f'{SITE_FULL}/assets/images/{SITE_NAME}/icon.png?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.webp"a=1015', + 'icon': f'{SITE_FULL}/assets/images/{SITE_NAME}/icon.png"a=1015', } }, 'fcm': { diff --git a/files/templates/chat.html b/files/templates/chat.html index 9c88ed147..f75ce8a86 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 4e7ebdddb..3ed164efa 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 8fabeefa7..f34eac43c 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 7b317ea8d..0e4bc3ec7 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 efab7ee84..12e8e63cc 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 db045a2ae..f0c6ac8a4 100644 --- a/files/templates/submit.html +++ b/files/templates/submit.html @@ -10,7 +10,7 @@ - + {% if request.host == 'pcmemes.net' %} {% set cc='Splash Mountain' %}