Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Clean up text filter #34

Merged
merged 3 commits into from
Feb 11, 2025
Merged

Clean up text filter #34

merged 3 commits into from
Feb 11, 2025

Conversation

humanagent
Copy link
Collaborator

@humanagent humanagent commented Feb 10, 2025

Updated text filter to be

if (
    message?.senderInboxId.toLowerCase() === client.inboxId.toLowerCase() ||
    message?.contentType?.typeId !== "text"
  ) {
    continue;
  }

@humanagent humanagent requested a review from a team as a code owner February 10, 2025 23:37
@humanagent humanagent requested a review from rygine February 10, 2025 23:37
@humanagent humanagent requested a review from rygine February 11, 2025 17:50
@humanagent humanagent merged commit b118256 into main Feb 11, 2025
1 check passed
@humanagent humanagent deleted the updated_filter branch February 11, 2025 18:00
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