mirror of
https://github.com/vale981/ement.el
synced 2025-03-04 17:01:39 -05:00
Fix: (cl-defstruct ement-room) Receipts hash table test
This commit is contained in:
parent
01792a98c1
commit
1924d1149b
1 changed files with 1 additions and 1 deletions
|
@ -64,7 +64,7 @@
|
|||
latest-ts topic canonical-alias avatar status type invite-state
|
||||
;; The local slot is an alist used by the local client only.
|
||||
local
|
||||
(receipts (make-hash-table)))
|
||||
(receipts (make-hash-table :test #'equal)))
|
||||
|
||||
;;;; Variables
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue