diff --git a/emoji/default_emoji.json b/emoji/default_emoji.json index 6346ef953..53ce00ddc 100644 --- a/emoji/default_emoji.json +++ b/emoji/default_emoji.json @@ -785,5 +785,6 @@ "talkingemote": "talkingEmote", "talkingemote2": "talkingEmote2", "veryhappyemote": "veryHappyEmote", - "worriedemote": "worriedEmote" + "worriedemote": "worriedEmote", + "tor": "tor" } diff --git a/emoji/tor.png b/emoji/tor.png new file mode 100644 index 000000000..9319ef4c0 Binary files /dev/null and b/emoji/tor.png differ diff --git a/webapp_profile.py b/webapp_profile.py index b150863f0..a439d38d8 100644 --- a/webapp_profile.py +++ b/webapp_profile.py @@ -377,7 +377,7 @@ def _getProfileHeader(baseDir: str, httpPrefix: str, htmlStr += '

' + profileDescriptionShort + '

\n' htmlStr += loginButton if pinnedContent: - htmlStr += pinnedContent + htmlStr += pinnedContent.replace('

', '

📎', 1) htmlStr += ' \n' htmlStr += ' \n\n' return htmlStr