Skip to content

Instantly share code, notes, and snippets.

@janherich
Created November 21, 2017 15:27
Show Gist options
  • Save janherich/6c81589219fb219bdfaf6f1e8b8a33ff to your computer and use it in GitHub Desktop.
Save janherich/6c81589219fb219bdfaf6f1e8b8a33ff to your computer and use it in GitHub Desktop.
(when (get contacts from)
(some->> (:data payload)
(filter (comp discovery-exists? :message-id))
(reduce (fn [fx discover]
...)
{})))
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment