-
Notifications
You must be signed in to change notification settings - Fork 39
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
Chat Rich Text Filtering and Unit Tests #147
base: main
Are you sure you want to change the base?
Conversation
Assets/Scripts/Scripts.asmdef
Outdated
"GUID:49818357e697641afb75d2f8acaf1861", | ||
"GUID:b8c9b6a82a342504c8e4a2747471d23c", | ||
"GUID:02f771204943f4a40949438e873e3eff", | ||
"GUID:0acc523941302664db1f4e527237feb3", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
What's with all these asmdef file changes?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Oh, I didn't realize you could see my drafts on github. This contains the changes from the assembly definitions branch. I'll merge that branch first so this diff disappears. Please ignore.
Also, when adding this, please also add this when a user set's their name/after the bracket color format is transformed into all rich text tags as people end up breaking stuff by mixing together both rich text and the color tags. |
What's the status on this? |
This PR prevents invalid tags from breaking the rich text rendering:
Input text:
Current rendering behavior:
Behavior with new filtering enhancement:
Unit tests: