Skip to content

Commit

Permalink
Disaggregate improvements
Browse files Browse the repository at this point in the history
  • Loading branch information
noah-schechter committed Aug 30, 2024
1 parent 4223f03 commit e0ca097
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion platform/lib/platform_web/live/updates_live/update_feed.ex
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,6 @@ defmodule PlatformWeb.UpdatesLive.UpdateFeed do
old_update.media_id == new_update.media_id and
NaiveDateTime.diff(new_update.inserted_at, old_update.inserted_at) < 15 * 60 and
is_nil(old_update.explanation) and is_nil(new_update.explanation) and
old_update.attachments == [] and new_update.attachments == [] and
((old_update.type == :update_attribute and new_update.type == :update_attribute) or
(old_update.type == :upload_version and new_update.type == :upload_version))
end
Expand Down

0 comments on commit e0ca097

Please sign in to comment.