diff --git a/content.py b/content.py index 0f61b0b8..036f660f 100644 --- a/content.py +++ b/content.py @@ -144,6 +144,7 @@ def addEmoji(baseDir: str,wordStr: str,httpPrefix: str,domain: str,replaceEmoji: 'name': ':'+emoji+':', 'type': 'Emoji' } + replaceEmoji[wordStr]=''+emoji+'' return True def addMention(wordStr: str,httpPrefix: str,following: str,replaceMentions: {},recipients: [],tags: {}) -> bool: