Fix: (cl-defstruct ement-room) Receipts hash table test

This commit is contained in:
Adam Porter 2022-03-29 23:16:26 -05:00
parent 01792a98c1
commit 1924d1149b

View file

@ -64,7 +64,7 @@
latest-ts topic canonical-alias avatar status type invite-state latest-ts topic canonical-alias avatar status type invite-state
;; The local slot is an alist used by the local client only. ;; The local slot is an alist used by the local client only.
local local
(receipts (make-hash-table))) (receipts (make-hash-table :test #'equal)))
;;;; Variables ;;;; Variables