Skip to content

Commit

Permalink
fix: improved support for special characters around @ mentions (#6797)
Browse files Browse the repository at this point in the history
@trly discovered a bug where deserialization was not working as
expected. This was because of unhandled special characters surrounding a
cody://serialized segment.

This PR fixes the problem by not waiting for a space to appear, but
limiting to known base64 characters.

## Test plan

Additional unit tests
  • Loading branch information
bahrmichael authored Jan 27, 2025
1 parent 3fca0f6 commit 153a14e
Show file tree
Hide file tree
Showing 2 changed files with 66 additions and 1 deletion.
Loading

0 comments on commit 153a14e

Please sign in to comment.