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)