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 Lark notifications not being sent #161

Merged
merged 1 commit into from
Feb 9, 2024
Merged

Conversation

nt0xa
Copy link
Owner

@nt0xa nt0xa commented Feb 9, 2024

Lark still tries to parse "" tags inside of code block. I replace "<" with unicode character "<" to fix this

- Lark still tries to parse "<img>" tags inside of code block. I replace "<" with unicode character "<" to fix this
@nt0xa nt0xa added fix Bug fix lark labels Feb 9, 2024
Copy link

codecov bot commented Feb 9, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Comparison is base (034b510) 72.05% compared to head (1335761) 72.05%.

Additional details and impacted files
@@           Coverage Diff           @@
##           master     #161   +/-   ##
=======================================
  Coverage   72.05%   72.05%           
=======================================
  Files          64       64           
  Lines        3843     3843           
=======================================
  Hits         2769     2769           
  Misses        833      833           
  Partials      241      241           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@nt0xa nt0xa merged commit e6e54d7 into master Feb 9, 2024
3 checks passed
@nt0xa nt0xa deleted the fix/lark-workarounds branch February 9, 2024 16:46
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant