From e8f20ab828a3e9339365e4be09d452b8930d065d Mon Sep 17 00:00:00 2001 From: Jakub Date: Sat, 9 May 2026 13:05:00 +0800 Subject: [PATCH] TODO roadmap --- gomuks.el | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/gomuks.el b/gomuks.el index d724169..36c0954 100644 --- a/gomuks.el +++ b/gomuks.el @@ -20,6 +20,12 @@ ;; Depends on websocket, request, and notifications. +;; TODOs +;; 1. Keep track of request ID and token inside the session struct +;; 2. Swap to the new room, message, and user structure +;; 3. Prototype UI for displaying +;; 4. Handle pagination + ;;; Code: (require 'gomuks-structs)