redhat emoji

main
Bob Mottram 2021-08-02 18:05:08 +01:00
parent 6ac79e81e4
commit 7dc79080d0
3 changed files with 2 additions and 1 deletions

View File

@ -519,6 +519,7 @@
"zorin": "zorin",
"solus": "solus",
"fedora": "fedora",
"redhat": "redhat",
"elementary": "elementary",
"prideflag": "pride",
"biflag": "biflag",

BIN
emoji/redhat.png 100644

Binary file not shown.

After

Width:  |  Height:  |  Size: 15 KiB

View File

@ -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)