@ -471,6 +471,7 @@ def createPostBase(baseDir: str,nickname: str, domain: str, port: int, \
toRecipients=[toUrl]
# who to send to
if mentionedRecipients:
for mention in mentionedRecipients:
if mention not in toRecipients:
toRecipients.append(mention)