summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBoutade <thegoofist@protonmail.com>2019-09-27 07:49:34 -0500
committerBoutade <thegoofist@protonmail.com>2019-09-27 07:49:34 -0500
commitd56ce2b87bb56927284c009c2fa6384128734486 (patch)
tree2bcee97f78e7cb0126c958b5c0813802334410c5
parent363130a78ffd704bed9d30d5920dd05acfe590ac (diff)
moo
-rw-r--r--granolin.lisp4
1 files changed, 3 insertions, 1 deletions
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