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
|
||||
personType = 'Application'
|
||||
elif nickname == 'news':
|
||||
# shared inbox
|
||||
inboxStr = httpPrefix + '://' + domain + '/actor/news'
|
||||
personId = httpPrefix + '://' + domain + '/actor'
|
||||
personUrl = httpPrefix + '://' + domain + \
|
||||
'/about/more?news_actor=true'
|
||||
personName = originalDomain
|
||||
|
|
Loading…
Reference in New Issue