Clear up dependency destruction chain
Buckets destroy their bubbles, which destroy their thread entries, which destroy their threadables, which is how comments end up destroyed, and then rollups end up deleting their events
This commit is contained in:
Vendored
+12
@@ -24,5 +24,17 @@ logo_5:
|
||||
created_at: <%= 1.hour.ago %>
|
||||
|
||||
layout_1:
|
||||
bubble: layout
|
||||
threadable: layout_initial_activity (Rollup)
|
||||
|
||||
layout_2:
|
||||
bubble: layout
|
||||
threadable: layout_overflowing_david (Comment)
|
||||
|
||||
text_1:
|
||||
bubble: text
|
||||
threadable: text_initial_activity (Rollup)
|
||||
|
||||
shipping_1:
|
||||
bubble: shipping
|
||||
threadable: shipping_initial_activity (Rollup)
|
||||
|
||||
Reference in New Issue
Block a user