mirror of https://gitlab.com/bashrc2/epicyon
Include emoji within display names
parent
5fe12e343a
commit
493534341f
|
@ -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:
|
||||
|
|
Loading…
Reference in New Issue