summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatthias Andreas Benkard <code@mail.matthias.benkard.de>2012-04-26 12:43:22 +0200
committerMatthias Andreas Benkard <code@mail.matthias.benkard.de>2012-04-26 12:43:22 +0200
commite9108275136cc6c032d9fdedc189643b2e0d91c0 (patch)
tree8753a39639d0e2455aa0e852f683f209ec77fcc7
parent0d0f566f3e70214582ba0036f6fe53d141b60eb5 (diff)
Lafargue: Temporarily fix fill-it-author-details.
-rw-r--r--src/mulk/benki/lazychat.clj4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/mulk/benki/lazychat.clj b/src/mulk/benki/lazychat.clj
index b2cb128..754a65a 100644
--- a/src/mulk/benki/lazychat.clj
+++ b/src/mulk/benki/lazychat.clj
@@ -51,8 +51,8 @@
(defn start-xmpp-pump []
(receive-all lafargue-events push-message-to-xmpp))
-(defn fill-in-author-details []
- )
+(defn fill-in-author-details [x]
+ x)
(defn create-lazychat-message! [{content :content, visibility :visibility
format :format, targets :targets,