Skip to content

Conversation

vats147
Copy link

@vats147 vats147 commented Aug 6, 2025

/claim #148
Fixes #148: Added proper position parameter handling in get_interactions_at_position to prevent nil/invalid positions from causing empty query results. This resolves the issue where interactions would suddenly disappear from events but reappear after duplication.

  • Added position normalization logic to handle nil, string, and invalid values
  • Added logging for debugging position-related issues
  • Ensures position defaults to 0 when invalid or nil

…dation

Fixes ClaperCo#148: Added proper position parameter handling in get_interactions_at_position
to prevent nil/invalid positions from causing empty query results. This resolves
the issue where interactions would suddenly disappear from events but reappear
after duplication.

- Added position normalization logic to handle nil, string, and invalid values
- Added logging for debugging position-related issues
- Ensures position defaults to 0 when invalid or nil
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

All interactions disappeared - but duplication brings them back
1 participant