diff --git a/posts.py b/posts.py index 090cb98e..569d617f 100644 --- a/posts.py +++ b/posts.py @@ -787,7 +787,7 @@ def getMentionedPeople(baseDir: str,httpPrefix: str, \ continue actor=httpPrefix+'://'+handle.split('@')[1]+'/users/'+mentionedNickname mentions.append(actor) - return actor + return mentions def createDirectMessagePost(baseDir: str, nickname: str, domain: str, port: int,httpPrefix: str, \