diff --git a/app/models/user/day_timeline.rb b/app/models/user/day_timeline.rb index a5f98cb8a..623433126 100644 --- a/app/models/user/day_timeline.rb +++ b/app/models/user/day_timeline.rb @@ -70,6 +70,7 @@ class User::DayTimeline def timelineable_events Event + .includes(:creator, :board, :eventable) .where(board: boards) .where(action: TIMELINEABLE_ACTIONS) end