You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If an URL has a slash in it, the webadmin chat viewer doesn't linkify it.
Rewrite the chat to:
1, Use pattern matching to linkify the URLs
2, Move the linkification to when the message is received from the OnChat hook, to avoid linkifying on every page load.
The text was updated successfully, but these errors were encountered:
If an URL has a slash in it, the webadmin chat viewer doesn't linkify it.
Rewrite the chat to:
1, Use pattern matching to linkify the URLs
2, Move the linkification to when the message is received from the
OnChat
hook, to avoid linkifying on every page load.The text was updated successfully, but these errors were encountered: