From d56ce2b87bb56927284c009c2fa6384128734486 Mon Sep 17 00:00:00 2001 From: Boutade Date: Fri, 27 Sep 2019 07:49:34 -0500 Subject: moo --- granolin.lisp | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'granolin.lisp') diff --git a/granolin.lisp b/granolin.lisp index 6809fac..3445bff 100644 --- a/granolin.lisp +++ b/granolin.lisp @@ -221,6 +221,7 @@ (event-content :|content|) (event-type :|type|)) +;; the basic-json struct is used as a kind of default in some places (def-json-wrap basic-json) @@ -355,7 +356,8 @@ (setf (next-batch client) (next-batch *response-object*)) (process-joined-events client) - (process-invited-room-events client)) + (process-invited-room-events client) + (process-account-data-events client)) ;; The following globals are private and are recycled per call to sync -- cgit v1.2.3