diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/mulk/benki/lazychat.clj | 4 |
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, |