mirror of
https://gitlab.com/eql/lqml.git
synced 2026-01-06 01:02:10 -08:00
example 'meshtastic': fix utf8 bug to correctly display emojis; revisions
This commit is contained in:
parent
99c059a70b
commit
7adbebffae
5 changed files with 15 additions and 10 deletions
|
|
@ -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))
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue