More features

This commit is contained in:
2026-06-10 12:43:24 -04:00
parent 02d78765bc
commit dcead245a7
12 changed files with 954 additions and 21 deletions
+2 -3
View File
@@ -11,6 +11,7 @@
(require 'noise-rpc)
(require 'noise-db)
(require 'noise-conversation)
(require 'cl-lib)
(declare-function noise-chat-list--render "noise-chat-list")
@@ -72,9 +73,7 @@ The conversation ID for a direct chat is the contact ID itself."
(when-let ((buf (get-buffer "*signal*")))
(with-current-buffer buf
(noise-chat-list--render)))
;; Conversation buffers are not implemented yet; land on the chat list.
(message "Conversation with %s ready (conversation buffer not yet implemented)"
(or name contact-id)))
(noise-conversation-open contact-id))
(defun noise-new-chat--candidate (contact)
"Format CONTACT (a hash table from noise-db) as a completion candidate.