example 'meshtastic': fix utf8 bug to correctly display emojis; revisions

This commit is contained in:
pls.153 2023-07-03 19:46:57 +02:00
parent 99c059a70b
commit 7adbebffae
5 changed files with 15 additions and 10 deletions

View file

@ -9,7 +9,7 @@
(string= user (getf message :sender))))))
(defun add-message (message &optional loading)
"Adds passed MESSAGE (a PLIST) to both the QML item model and *MESSAGES*.
"Adds passed MESSAGE (a PLIST) to the QML item model and saves it to the DB.
The model keys are:
:receiver :sender :sender-name :timestamp :hour :text :mid :ack-state :me"
(unless (or loading (getf message :me))