Handle incrementing transaction id

This commit is contained in:
Jakub 2026-05-09 13:21:38 +08:00
parent e8f20ab828
commit 4d0d2a0f8a
2 changed files with 67 additions and 53 deletions

View file

@ -41,6 +41,8 @@
(cl-defstruct gomuks-session
user token transaction-id
websocket
ping-timer
;; Hash table of available rooms
rooms)