diff --git a/content.py b/content.py index be3d3fb03..a7c384a17 100644 --- a/content.py +++ b/content.py @@ -39,6 +39,9 @@ def addMentions(baseDir: str,httpPrefix: str, \ replaceFound=False for follow in following: if follow.replace('\n','')==possibleHandle: + recipientActor=httpPrefix+"://"+possibleDomain+"/users/"+possibleNickname + if recipientActor not in recipients: + recipients.append(recipientActor) replaceMentions[wordStr]="@"+possibleNickname+"" replaceFound=True break