mirror of
https://github.com/liamcottle/reticulum-meshchat.git
synced 2026-04-28 09:43:13 +00:00
update comment
This commit is contained in:
parent
5d4f6bc084
commit
aa56bc8fba
1 changed files with 1 additions and 1 deletions
|
|
@ -1596,7 +1596,7 @@ class ReticulumMeshChat:
|
|||
|
||||
# only set app data if provided, as we don't want to wipe existing data when we request keys from the network
|
||||
if app_data is not None:
|
||||
# parse app data as utf8 string
|
||||
# save app data as base64 string
|
||||
data["app_data"] = base64.b64encode(app_data).decode("utf-8")
|
||||
|
||||
# upsert to database
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue