From e346c023de5e4ddb955aad656abba73d9cd9770a Mon Sep 17 00:00:00 2001 From: liamcottle Date: Wed, 4 Dec 2024 01:26:18 +1300 Subject: [PATCH] update comment --- meshchat.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meshchat.py b/meshchat.py index ca36d97..130b4ea 100644 --- a/meshchat.py +++ b/meshchat.py @@ -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: