summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--granolin.lisp2
1 files changed, 1 insertions, 1 deletions
diff --git a/granolin.lisp b/granolin.lisp
index 2385ba9..ad2eb69 100644
--- a/granolin.lisp
+++ b/granolin.lisp
@@ -73,7 +73,7 @@ Each but sublcass is free to return its own specific PLIST for its own
specific state. The PLISTS are concatenated.
"))
-(defmethod hardcopy-plist ((client client))
+(defmethod hardcopy-plist append ((client client))
(list
'id-source (slot-value client 'id-source)
'homeserver (homeserver client)