Skip to content

fix: disappearing message aren't properly processed#39

Merged
fabien-chebel merged 1 commit into
masterfrom
empty-disappearing-message
Oct 23, 2025
Merged

fix: disappearing message aren't properly processed#39
fabien-chebel merged 1 commit into
masterfrom
empty-disappearing-message

Conversation

@fabien-chebel

Copy link
Copy Markdown
Owner

Problem

When receiving a disappearing message, the bot interprets the text content as being empty.

This is because this message type uses ExtendedMessage instead of the regular message format.

Fix

Fallback on ExtendedMessage content if message content is empty.

# Problem

When receiving a disappearing message, the bot interprets the text content as being empty.

This is because this message type uses ExtendedMessage instead of the regular message format.

# Fix

Fallback on ExtendedMessage content if message content is empty.
@fabien-chebel fabien-chebel marked this pull request as ready for review October 23, 2025 19:18
@fabien-chebel fabien-chebel merged commit 9060f72 into master Oct 23, 2025
1 check passed
@fabien-chebel fabien-chebel deleted the empty-disappearing-message branch October 23, 2025 19:18
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.

1 participant