Skip to content
Snippets Groups Projects
Commit d42b1c3b authored by Vadim ProductEngine's avatar Vadim ProductEngine
Browse files

STORM-488 FIXED Place profile was opened instead of Object profile if used...

STORM-488 FIXED Place profile was opened instead of Object profile if used clicked an object SLURL in the plain text nearby chat log.

The reason is the same as in STORM-390: a bug in LLTextBase which leads to ignoring link href specified for a link segment if
the segment contains an URL (and the <nolink>...</nolink> clause is treated as such).

The workaround is to explicitly disallow parsing URLs in a link segment by setting its "is_link" parameter to "true".
parent 158e6472
No related branches found
No related tags found
No related merge requests found
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment