forked from indymedia/epicyon
Return list
parent
f5d1bfeb47
commit
00e3a094e3
2
posts.py
2
posts.py
|
@ -787,7 +787,7 @@ def getMentionedPeople(baseDir: str,httpPrefix: str, \
|
||||||
continue
|
continue
|
||||||
actor=httpPrefix+'://'+handle.split('@')[1]+'/users/'+mentionedNickname
|
actor=httpPrefix+'://'+handle.split('@')[1]+'/users/'+mentionedNickname
|
||||||
mentions.append(actor)
|
mentions.append(actor)
|
||||||
return actor
|
return mentions
|
||||||
|
|
||||||
def createDirectMessagePost(baseDir: str,
|
def createDirectMessagePost(baseDir: str,
|
||||||
nickname: str, domain: str, port: int,httpPrefix: str, \
|
nickname: str, domain: str, port: int,httpPrefix: str, \
|
||||||
|
|
Loading…
Reference in New Issue