From 1e3ca2b6229c6c96997364295a24db4dc87dc509 Mon Sep 17 00:00:00 2001 From: Bob Mottram Date: Sun, 7 Feb 2021 21:10:21 +0000 Subject: [PATCH] Profile emoji on alt --- webapp_post.py | 12 ++++++++---- 1 file changed, 8 insertions(+), 4 deletions(-) diff --git a/webapp_post.py b/webapp_post.py index dc9800488..dd4c9a24b 100644 --- a/webapp_post.py +++ b/webapp_post.py @@ -244,15 +244,19 @@ def _getAvatarImageHtml(showAvatarOptions: bool, ';' + str(pageNumber) + ';' + avatarUrl + messageIdStr + '">\n' avatarLink += \ ' \n' else: # don't link to the person options for the news account avatarLink += \ ' \n' return avatarLink.strip()