From 8d71dd751de21272303fe0520346e814ba1c0718 Mon Sep 17 00:00:00 2001 From: TLSM Date: Mon, 27 Jun 2022 01:01:19 -0400 Subject: [PATCH 1/2] Make spoilers hide emoji. --- files/templates/util/assetcache.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/files/templates/util/assetcache.html b/files/templates/util/assetcache.html index 767b34b488..af45323920 100644 --- a/files/templates/util/assetcache.html +++ b/files/templates/util/assetcache.html @@ -1,6 +1,6 @@ {%- set CACHE_VER = { - 'css/main.css': 364, + 'css/main.css': 365, 'css/4chan.css': 61, 'css/classic.css': 61, From 76f54b3d2702abba07dcb62f4637aca6f4e64a7b Mon Sep 17 00:00:00 2001 From: Aevann1 Date: Mon, 27 Jun 2022 05:00:01 +0000 Subject: [PATCH 2/2] sneed --- schema.sql | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/schema.sql b/schema.sql index 9c797969cf..3073a565d2 100644 --- a/schema.sql +++ b/schema.sql @@ -2065,6 +2065,8 @@ COPY public.badge_defs (id, name, description) FROM stdin; 139 Kristallmopt This user was fired from a volunteer position 140 Y'all Seein' Eye Gets notified when other sites talk about us 141 Marsey Typographer For substantial and exceptional contributions to Marsey Alphabet. +142 Punching Down This user mogs incels. +143 Marsey God Contributed 100 (or more!!!!) Marsey emojis ✨😻 4 White Hat Discreetly reported an exploit 1 Alpha User Joined during open alpha 2 Verified Email Verified Email @@ -2168,7 +2170,7 @@ COPY public.badge_defs (id, name, description) FROM stdin; -- Name: badge_defs_id_seq; Type: SEQUENCE SET; Schema: public; Owner: - -- -SELECT pg_catalog.setval('public.badge_defs_id_seq', 141, true); +SELECT pg_catalog.setval('public.badge_defs_id_seq', 143, true); --