mirror of https://gitlab.com/bashrc2/epicyon
redhat emoji
parent
6ac79e81e4
commit
7dc79080d0
|
@ -519,6 +519,7 @@
|
|||
"zorin": "zorin",
|
||||
"solus": "solus",
|
||||
"fedora": "fedora",
|
||||
"redhat": "redhat",
|
||||
"elementary": "elementary",
|
||||
"prideflag": "pride",
|
||||
"biflag": "biflag",
|
||||
|
|
Binary file not shown.
After Width: | Height: | Size: 15 KiB |
|
@ -759,7 +759,7 @@ def receiveFollowRequest(session, baseDir: str, httpPrefix: str,
|
|||
messageJson, debug, messageJson['actor'],
|
||||
groupAccount)
|
||||
else:
|
||||
print('Follow request does not require approval')
|
||||
print('Follow request does not require approval ' + approveHandle)
|
||||
# update the followers
|
||||
accountToBeFollowed = \
|
||||
acctDir(baseDir, nicknameToFollow, domainToFollow)
|
||||
|
|
Loading…
Reference in New Issue