Include emoji within display names

merge-requests/30/head
Bob Mottram 2021-02-12 17:08:48 +00:00
parent 5fe12e343a
commit 493534341f
1 changed files with 4 additions and 0 deletions

View File

@ -1745,6 +1745,10 @@ def _individualFollowAsHtml(translate: {},
if avatarUrl2:
avatarUrl = avatarUrl2
if displayName:
displayName = \
addEmojiToDisplayName(baseDir, httpPrefix,
actorNickname, domain,
displayName, False)
titleStr = displayName
if dormant: