mirror of https://gitlab.com/bashrc2/epicyon
News actor has same paths as other users
parent
6423c5950a
commit
2443561fa6
|
@ -234,9 +234,6 @@ def createPersonBase(baseDir: str, nickname: str, domain: str, port: int,
|
||||||
approveFollowers = True
|
approveFollowers = True
|
||||||
personType = 'Application'
|
personType = 'Application'
|
||||||
elif nickname == 'news':
|
elif nickname == 'news':
|
||||||
# shared inbox
|
|
||||||
inboxStr = httpPrefix + '://' + domain + '/actor/news'
|
|
||||||
personId = httpPrefix + '://' + domain + '/actor'
|
|
||||||
personUrl = httpPrefix + '://' + domain + \
|
personUrl = httpPrefix + '://' + domain + \
|
||||||
'/about/more?news_actor=true'
|
'/about/more?news_actor=true'
|
||||||
personName = originalDomain
|
personName = originalDomain
|
||||||
|
|
Loading…
Reference in New Issue