mirror of
https://github.com/liamcottle/reticulum-meshchat.git
synced 2026-04-28 00:20:48 +00:00
add lxmf and rns versions to app info api response
This commit is contained in:
parent
6a1988e0be
commit
7dafbd1462
1 changed files with 2 additions and 0 deletions
|
|
@ -543,6 +543,8 @@ class ReticulumMeshChat:
|
|||
return web.json_response({
|
||||
"app_info": {
|
||||
"version": self.get_app_version(),
|
||||
"lxmf_version": LXMF.__version__,
|
||||
"rns_version": RNS.__version__,
|
||||
"storage_path": self.storage_path,
|
||||
"database_path": self.database_path,
|
||||
"database_file_size": os.path.getsize(self.database_path),
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue