Use structs

This commit is contained in:
Jakub 2026-05-09 12:49:38 +08:00
parent 11c81b485e
commit 730698dbd6

View file

@ -22,6 +22,8 @@
;;; Code: ;;; Code:
(require 'gomuks-structs)
(cl-defstruct gomuks-state rooms spaces) (cl-defstruct gomuks-state rooms spaces)
(cl-defstruct room id name topic events) (cl-defstruct room id name topic events)
(cl-defstruct message row-id id sender body) (cl-defstruct message row-id id sender body)