Skip to content

WIP: fix: sogs seqno number check#1867

Draft
Aerilym wants to merge 1 commit intodevfrom
fix/sogs_seqno
Draft

WIP: fix: sogs seqno number check#1867
Aerilym wants to merge 1 commit intodevfrom
fix/sogs_seqno

Conversation

@Aerilym
Copy link
Collaborator

@Aerilym Aerilym commented Feb 26, 2026

Note: DO NOT MERGE until we have a proper way to handle whisper messages.

Currently, this will reset the seqno to 0, when the only fetched message is a whisper messages (they all are a seqno of 0)

Copilot AI review requested due to automatic review settings February 26, 2026 04:42
Copy link

Copilot AI left a comment

Choose a reason for hiding this comment

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

Pull request overview

This PR fixes a bug in the SOGS (Session Open Group Server) v3 API message polling logic where messages with a sequence number of 0 were being incorrectly filtered out.

Changes:

  • Replaced compact() with map().filter(n => isNumber(n)) to correctly preserve seqno values of 0

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

@Bilb Bilb changed the title fix: sogs seqno number check WIP: fix: sogs seqno number check Feb 26, 2026
@Bilb Bilb marked this pull request as draft February 26, 2026 04:49
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