mirror of
https://github.com/YunoHost/apps.git
synced 2024-09-03 20:06:07 +02:00
Include maintained state in new apps
This commit is contained in:
parent
312dda817c
commit
5081ad69f8
1 changed files with 2 additions and 1 deletions
|
@ -287,7 +287,8 @@ for app, info in apps_list.items():
|
|||
'lastUpdate': timestamp,
|
||||
'manifest': include_translations_in_manifest(manifest['id'], manifest),
|
||||
'state': info['state'],
|
||||
'level': info.get('level', '?')
|
||||
'level': info.get('level', '?'),
|
||||
'maintained': app_maintained
|
||||
}
|
||||
except KeyError as e:
|
||||
print("-> Error: invalid app info or manifest, %s" % e)
|
||||
|
|
Loading…
Add table
Reference in a new issue