Extra emoji

main2
Bob Mottram 2019-10-09 15:07:43 +01:00
parent f7cc9a48ff
commit 440ba8e7f6
3 changed files with 3 additions and 2 deletions

View File

@ -583,5 +583,6 @@
"dove": "dove",
"unspecifiedgoose": "unspecifiedgoose",
"lesbian_heart": "lesbian_heart",
"heart_trans": "heart_trans"
"heart_trans": "heart_trans",
"greensun": "greensun"
}

BIN
emoji/greensun.png 100644

Binary file not shown.

After

Width:  |  Height:  |  Size: 12 KiB

View File

@ -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