From 3d52d015357927e610f15d3855c688a6d1bd954b Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Jaakko=20Ker=C3=A4nen?= jaakko.keranen@iki.fi
Date: Mon, 20 Nov 2023 10:22:23 +0200
Subject: [PATCH 1/1] Added Spider and Spider Web avatars; "Animal Faces"
avatar group
settings.py | 12 ++++++++----
1 file changed, 8 insertions(+), 4 deletions(-)
diff --git a/settings.py b/settings.py
index 39f5768..4b382d9 100644
--- a/settings.py
+++ b/settings.py
@@ -45,32 +45,36 @@ def make_settings_page(session):
('💀', 'skull'),
('❤️', 'red heart'),
'Animals',
'Animal Faces',
('🐻', 'bear face'),
('😺', 'cat face'),
('🐶', 'dog face'),
('🐰', 'rabbit face'),
('🐸', 'frog face'),
('🐵', 'monkey face'),
('🐰', 'rabbit face'),
('🐷', 'pig face'),
('🐻', 'bear face'),
'Animals',
('🐝', 'bee'),
('🐦', 'bird'),
('🐁', 'mouse'),
('🦋', 'butterfly'),
('🦀', 'crab'),
('🐉', 'dragon'),
('🐐', 'goat'),
('🦎', 'lizard'),
('🐁', 'mouse'),
('🐙', 'octopus'),
('🦉', 'owl'),
('🐧', 'penguin'),
('🦂', 'scorpion'),
('🦥', 'sloth'),
('🕷', 'spider'),
'Nature',
('🍀', 'four leaf clover'),
('🌻', 'sunflower'),
('🍄', 'mushroom'),
('🕸', 'spider web'),
('🌝', 'full moon with face'),
('🌙', 'crescent moon'),
('☀️', 'sun'),
--
2.25.1
text/plain
This content has been proxied by September (3851b).