mirror of
https://codeberg.org/cage/tinmop/
synced 2025-02-12 07:30:34 +01:00
- add mentions only is not empty or nil, previous check just tested for null.
This commit is contained in:
parent
dee8b18b9c
commit
2f13acdc7f
@ -660,7 +660,7 @@
|
||||
(let ((exceeding-characters (ui:message-exceeds-server-limit-p body)))
|
||||
(if exceeding-characters
|
||||
(ui:exceeding-characters-notify exceeding-characters)
|
||||
(let ((actual-message-body (if mentions
|
||||
(let ((actual-message-body (if (text-utils:string-not-empty-p mentions)
|
||||
(format nil
|
||||
"~a~a~%~a"
|
||||
+mention-prefix+
|
||||
|
Loading…
x
Reference in New Issue
Block a user