782259a678
Previously when an item was `created`, we'd track the event, update the summary text, and broadcast the notifications. But now that we have a draft state, we shold do all of this when it's published instead.
16 lines
322 B
YAML
16 lines
322 B
YAML
logo_published_kevin:
|
|
user: kevin
|
|
event: logo_published
|
|
bubble: logo
|
|
resource: logo (Bubble)
|
|
read: false
|
|
created_at: <%= 1.week.ago %>
|
|
|
|
layout_commented_kevin:
|
|
user: kevin
|
|
event: layout_commented
|
|
bubble: layout
|
|
resource: layout_overflowing_david (Comment)
|
|
read: false
|
|
created_at: <%= 1.week.ago %>
|