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