main
Bob Mottram 2020-05-04 19:08:35 +01:00
parent b5b54e5d44
commit 82312175a8
1 changed files with 2 additions and 0 deletions

View File

@ -2630,6 +2630,8 @@ def individualFollowAsHtml(translate: {},
httpPrefix: str,
projectVersion: str,
buttons=[]) -> str:
"""An individual follow entry on the profile screen
"""
nickname = getNicknameFromActor(followUrl)
domain, port = getDomainFromActor(followUrl)
titleStr = '@' + nickname + '@' + domain