Some testing and fixing receiving messages over SSE

This commit is contained in:
2026-06-14 10:05:23 -04:00
parent 7cdd7aecad
commit 0dd2919fad
4 changed files with 188 additions and 36 deletions
+2 -2
View File
@@ -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 ()