mirror of
https://github.com/liamcottle/reticulum-meshchat.git
synced 2026-04-27 16:10:32 +00:00
Merge c24bef2a35 into 011876bec5
This commit is contained in:
commit
fe75e0bbea
1 changed files with 2 additions and 2 deletions
|
|
@ -3248,9 +3248,9 @@ class ReticulumMeshChat:
|
|||
app_data_bytes = base64.b64decode(app_data_base64)
|
||||
data = msgpack.unpackb(app_data_bytes)
|
||||
return {
|
||||
"enabled": bool(data[0]),
|
||||
"enabled": bool(data[2]),
|
||||
"timebase": int(data[1]),
|
||||
"per_transfer_limit": int(data[2]),
|
||||
"per_transfer_limit": int(data[3]),
|
||||
}
|
||||
except:
|
||||
return None
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue