mirror of https://gitlab.com/bashrc2/epicyon
The trusted newswire accounts can include nickname only, rather than nick@domain
parent
686aa0ec6a
commit
8ec06c612b
|
@ -239,7 +239,8 @@ def addLocalBlogsToNewswire(baseDir: str, newswire: {},
|
|||
if 'inbox@' in handle:
|
||||
continue
|
||||
if handle not in newswireTrusted:
|
||||
continue
|
||||
if handle.split('@')[0] + '\n' not in newswireTrusted:
|
||||
continue
|
||||
accountDir = os.path.join(baseDir + '/accounts', handle)
|
||||
|
||||
# has this account been suspended?
|
||||
|
|
Loading…
Reference in New Issue