summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorColin Okay <cbeok@protonmail.com>2020-05-03 10:37:12 -0500
committerColin Okay <cbeok@protonmail.com>2020-05-03 10:37:12 -0500
commit16013861f3c91a653f38f301bff0bc0e60ebd0af (patch)
tree7a1e0ddcbbc45b0072d2c08d8c226f5d982d27b0
parent5052127abf0c97f61b22598a9b60021e9d2f433c (diff)
method combination
-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)