Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: improved support for special characters around @ mentions (#6797)
@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