main
Bob Mottram 2019-12-02 10:00:17 +00:00
commit 02f6b6cba9
1 changed files with 2 additions and 1 deletions

View File

@ -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: [], \