Skip to content

Conversation

@vcarl
Copy link
Member

@vcarl vcarl commented Dec 16, 2025

  • Forwarded messages will now track more reliably
  • Invalid cookies will now be cleared if no associated user is found
  • Removes CPU request from PR previews, which was causing problems with resource contention

vcarl and others added 2 commits December 15, 2025 20:57
When session cookies are present but contain no valid userId (expired
database sessions, corrupted cookies, or tampered data), the server now
clears them by calling logout. This prevents clients from repeatedly
sending invalid cookies on every request.

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude Opus 4.5 <[email protected]>
@github-actions
Copy link

github-actions bot commented Dec 16, 2025

Preview environment removed

The preview for this PR has been cleaned up.

@github-actions
Copy link

github-actions bot commented Dec 16, 2025

✅ E2E Tests Passed

3 passed

View Report · View Run

Tested against: https://222.euno-staging.reactiflux.com

vcarl and others added 3 commits December 16, 2025 12:07
Forwarded messages have empty content - actual content lives in
messageSnapshots. This fix properly extracts content from snapshots
and adds a "(forwarded)" indicator to logs.

Policy: Track the forwarder (who shared), not original author.

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude Opus 4.5 <[email protected]>
I spotted some increased CPU usage that was introduced around when this merged, bit of a shot in the dark here.
@vcarl vcarl merged commit 0ee8e51 into main Dec 16, 2025
6 checks passed
@vcarl vcarl deleted the vc-fixes branch December 16, 2025 17:10
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants