diff --git a/emoji/default_emoji.json b/emoji/default_emoji.json index 698913d6..a5b71680 100644 --- a/emoji/default_emoji.json +++ b/emoji/default_emoji.json @@ -583,5 +583,6 @@ "dove": "dove", "unspecifiedgoose": "unspecifiedgoose", "lesbian_heart": "lesbian_heart", - "heart_trans": "heart_trans" + "heart_trans": "heart_trans", + "greensun": "greensun" } diff --git a/emoji/greensun.png b/emoji/greensun.png new file mode 100644 index 00000000..63114040 Binary files /dev/null and b/emoji/greensun.png differ diff --git a/webinterface.py b/webinterface.py index 9791e3bc..067ddd66 100644 --- a/webinterface.py +++ b/webinterface.py @@ -1632,7 +1632,7 @@ def addEmojiToDisplayName(baseDir: str,httpPrefix: str, \ if not inProfileName: displayName=replaceEmojiFromTags(displayName,emojiTagsList,'post header') else: - displayName=replaceEmojiFromTags(displayName,emojiTagsList,'profile') + displayName=replaceEmojiFromTags(displayName,emojiTagsList,'profile') print('TAG: displayName after tag replacements: '+displayName) return displayName