Some testing and fixing receiving messages over SSE
This commit is contained in:
+2
-2
@@ -55,8 +55,8 @@ Processes the envelope and updates UI."
|
||||
(with-current-buffer buf
|
||||
(noise-chat-list--render))))))
|
||||
|
||||
;; Override the default handler in noise-sse
|
||||
(setq noise-sse--handle-event #'noise-receive--handle-sse-event)
|
||||
;; Register the receive handler with the SSE client.
|
||||
(setq noise-sse--event-handler #'noise-receive--handle-sse-event)
|
||||
|
||||
;;;###autoload
|
||||
(defun noise-receive-start-sse ()
|
||||
|
||||
Reference in New Issue
Block a user