Skip to content

Fix GroupMe not showing all chat messages#677

Merged
stark4n6 merged 2 commits intoabrignoni:mainfrom
Underlyingglitch:main
Mar 20, 2026
Merged

Fix GroupMe not showing all chat messages#677
stark4n6 merged 2 commits intoabrignoni:mainfrom
Underlyingglitch:main

Conversation

@Underlyingglitch
Copy link
Copy Markdown
Contributor

The GroupMe chat parser did not show all messages because it would ignore records that didn't have a conversation_id set (NULL value).

Changing the query to use a LEFT JOIN instead of a JOIN fixes this issue and shows all records in the table

@stark4n6 stark4n6 merged commit fd2ebb0 into abrignoni:main Mar 20, 2026
1 check failed
@stark4n6
Copy link
Copy Markdown
Collaborator

@Underlyingglitch merging, I know this parser is old so I'll probably have to update it to newer header and other things we've implemented in other parsers. It's on my list to work through each

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