mirror of
https://github.com/liamcottle/reticulum-meshchat.git
synced 2026-04-28 00:20:48 +00:00
update comment
This commit is contained in:
parent
8e2cd6c62c
commit
e346c023de
1 changed files with 1 additions and 1 deletions
|
|
@ -2040,7 +2040,7 @@ class ReticulumMeshChat:
|
|||
# upsert lxmf message to database
|
||||
self.db_upsert_lxmf_message(lxmf_message)
|
||||
|
||||
# get icon appearance if available
|
||||
# update lxmf user icon if icon appearance field is available
|
||||
try:
|
||||
message_fields = lxmf_message.get_fields()
|
||||
if LXMF.FIELD_ICON_APPEARANCE in message_fields:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue