mirror of https://gitlab.com/bashrc2/epicyon
Merge
commit
02f6b6cba9
3
like.py
3
like.py
|
@ -240,7 +240,8 @@ def like(recentPostsCache: {}, \
|
||||||
|
|
||||||
return newLikeJson
|
return newLikeJson
|
||||||
|
|
||||||
def likePost(session,baseDir: str,federationList: [], \
|
def likePost(recentPostsCache: {}, \
|
||||||
|
session,baseDir: str,federationList: [], \
|
||||||
nickname: str,domain: str,port: int,httpPrefix: str, \
|
nickname: str,domain: str,port: int,httpPrefix: str, \
|
||||||
likeNickname: str,likeDomain: str,likePort: int, \
|
likeNickname: str,likeDomain: str,likePort: int, \
|
||||||
ccList: [], \
|
ccList: [], \
|
||||||
|
|
Loading…
Reference in New Issue