More features
This commit is contained in:
+2
-3
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user