mirror of https://gitlab.com/bashrc2/epicyon
News actor preferredUsername
parent
5d2b45560e
commit
fef671bef2
|
@ -236,7 +236,6 @@ def createPersonBase(baseDir: str, nickname: str, domain: str, port: int,
|
||||||
elif nickname == 'news':
|
elif nickname == 'news':
|
||||||
personUrl = httpPrefix + '://' + domain + \
|
personUrl = httpPrefix + '://' + domain + \
|
||||||
'/about/more?news_actor=true'
|
'/about/more?news_actor=true'
|
||||||
personName = originalDomain
|
|
||||||
approveFollowers = True
|
approveFollowers = True
|
||||||
personType = 'Application'
|
personType = 'Application'
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue