Skip to content

Fix 500 on caching refresh when updating photos#3450

Merged
ildyria merged 4 commits intomasterfrom
fix-500-caching-refresh
Jun 14, 2025
Merged

Fix 500 on caching refresh when updating photos#3450
ildyria merged 4 commits intomasterfrom
fix-500-caching-refresh

Conversation

@ildyria
Copy link
Copy Markdown
Member

@ildyria ildyria commented Jun 13, 2025

  • version bump.

@ildyria ildyria requested a review from a team as a code owner June 13, 2025 16:19
@ildyria ildyria added Review: easy Easy review expected: probably just need a quick to go through. High Priority High priority issues labels Jun 13, 2025
@codecov
Copy link
Copy Markdown

codecov Bot commented Jun 13, 2025

Codecov Report

Attention: Patch coverage is 0% with 4 lines in your changes missing coverage. Please review.

Project coverage is 86.66%. Comparing base (b71c206) to head (aa29cf8).
Report is 3 commits behind head on master.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.
  • 📦 JS Bundle Analysis: Save yourself from yourself by tracking and limiting bundle sizes in JS merges.

->select('album_id')
->whereIn('id', $photo_ids ?? [])
->orWhere('id', '=', $photo_id)
$photos_album_ids = DB::table(PA::PHOTO_ALBUM)->select(PA::ALBUM_ID)
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

select() on new line

Copy link
Copy Markdown
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

WTRC aa29cf8

@ildyria ildyria merged commit ac589a9 into master Jun 14, 2025
35 checks passed
@ildyria ildyria deleted the fix-500-caching-refresh branch June 14, 2025 10:18
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

High Priority High priority issues Review: easy Easy review expected: probably just need a quick to go through.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants