Skip to content
Snippets Groups Projects
Commit 1a5e9d4b authored by Allen Gilliland's avatar Allen Gilliland
Browse files

include a :card-create event in our view logging because realistically the...

include a :card-create event in our view logging because realistically the user is always looking at the card they are creating.
parent 59409e6d
No related branches found
No related tags found
No related merge requests found
......@@ -8,7 +8,8 @@
(def view-counts-topics
"The `Set` of event topics which we subscribe to for view counting."
#{:card-read
#{:card-create
:card-read
:dashboard-read})
(def ^:private view-counts-channel
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment