Return list

master
Bob Mottram 2019-08-19 10:16:33 +01:00
parent f5d1bfeb47
commit 00e3a094e3
1 changed files with 1 additions and 1 deletions

View File

@ -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, \