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

fix: support xml tags inside chat messages #30

Merged
merged 3 commits into from
Dec 31, 2024
Merged

fix: support xml tags inside chat messages #30

merged 3 commits into from
Dec 31, 2024

Conversation

masci
Copy link
Owner

@masci masci commented Dec 31, 2024

The use of an HTML parser to identify blocks within chat messages was preventing the use of arbitrary xml tags in the chat message itself. Switching to a regex approach that will ignore custom xml tags.

@coveralls
Copy link

Coverage Status

coverage: 95.948% (-0.08%) from 96.032%
when pulling e7eceaf on massi/xml-support
into 42a4633 on main.

@masci masci merged commit 0737d7d into main Dec 31, 2024
10 checks passed
@masci masci deleted the massi/xml-support branch December 31, 2024 14:11
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