mirror of https://gitlab.com/bashrc2/epicyon
Include to field if following group
parent
998f188593
commit
b30d256faa
|
@ -991,6 +991,7 @@ def sendFollowRequest(session, baseDir: str,
|
||||||
'object': followedId
|
'object': followedId
|
||||||
}
|
}
|
||||||
if groupAccount:
|
if groupAccount:
|
||||||
|
newFollowJson['to'] = followedId
|
||||||
print('Follow request: ' + str(newFollowJson))
|
print('Follow request: ' + str(newFollowJson))
|
||||||
|
|
||||||
if _followApprovalRequired(baseDir, nickname, domain, debug,
|
if _followApprovalRequired(baseDir, nickname, domain, debug,
|
||||||
|
|
Loading…
Reference in New Issue