Fix message entries stored as 'track' instead of 'message' entry type#239
Merged
jakebromberg merged 2 commits intomainfrom Mar 19, 2026
Merged
Fix message entries stored as 'track' instead of 'message' entry type#239jakebromberg merged 2 commits intomainfrom
jakebromberg merged 2 commits intomainfrom
Conversation
8310d29 to
2b898d2
Compare
AyBruno
approved these changes
Mar 18, 2026
This was referenced Mar 18, 2026
Infer entry_type from message content (talkset/breakpoint/message) matching the FlowsheetEntryType discriminated union in wxyc-shared. Accept explicit entry_type in POST body when provided, falling back to inference for backwards compatibility. Closes #238
3d78034 to
e0f9782
Compare
Messages are now correctly stored as entry_type 'message' instead of 'track', so the V2 transform returns them without metadata fields rather than with null metadata fields.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
entry_type: 'message'explicitly when creating flowsheet entries from the message code path (talksets, breakpoints, PSAs, etc.)Closes #238