Ignore any archives in list using software we're not compatible with yet.
This commit is contained in:
parent
e44df3d08b
commit
224714db0f
@ -23,6 +23,7 @@ Redirect =
|
||||
for key in ['boards', 'files']
|
||||
data[key] = [] unless data[key] instanceof Array
|
||||
{uid, name, boards, files, software, withCredentials} = data
|
||||
continue unless software in ['fuuka', 'foolfuuka']
|
||||
archives[JSON.stringify(uid ? name)] = data
|
||||
for boardID in boards
|
||||
unless withCredentials
|
||||
|
||||
@ -498,6 +498,7 @@ Settings =
|
||||
|
||||
archBoards = {}
|
||||
for {uid, name, boards, files, software, withCredentials} in Conf['archives']
|
||||
continue unless software in ['fuuka', 'foolfuuka']
|
||||
for boardID in boards
|
||||
o = archBoards[boardID] or=
|
||||
thread: [[], []]
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user