mirror of https://gitlab.com/bashrc2/epicyon
Missing basedir
parent
f467bf4873
commit
748ec8078d
|
@ -167,7 +167,7 @@ def getFollowingFeed(baseDir: str,domain: str,port: int,path: str, \
|
||||||
'@context': 'https://www.w3.org/ns/activitystreams',
|
'@context': 'https://www.w3.org/ns/activitystreams',
|
||||||
'first': httpPrefix+'://'+domain+'/users/'+nickname+'/'+followFile+'?page=1',
|
'first': httpPrefix+'://'+domain+'/users/'+nickname+'/'+followFile+'?page=1',
|
||||||
'id': httpPrefix+'://'+domain+'/users/'+nickname+'/'+followFile,
|
'id': httpPrefix+'://'+domain+'/users/'+nickname+'/'+followFile,
|
||||||
'totalItems': getNoOfFollows(nickname,domain),
|
'totalItems': getNoOfFollows(baseDir,nickname,domain),
|
||||||
'type': 'OrderedCollection'}
|
'type': 'OrderedCollection'}
|
||||||
return following
|
return following
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue