diff options
| author | Mnikolenko Productengine <mnikolenko@productengine.com> | 2025-04-23 21:01:46 +0300 |
|---|---|---|
| committer | Mnikolenko Productengine <mnikolenko@productengine.com> | 2025-04-23 21:04:47 +0300 |
| commit | 17561e2ad13ec5c32e49f26e70b4ee291433db04 (patch) | |
| tree | fb97d553a8c84b30ed7b6a28692f2aa5e4c08ce7 /indra/llui/llurlregistry.h | |
| parent | da2234a563c9dfca0ce80371167ceef08300de53 (diff) | |
#3758 show mention name in bubble chat
Diffstat (limited to 'indra/llui/llurlregistry.h')
| -rw-r--r-- | indra/llui/llurlregistry.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/indra/llui/llurlregistry.h b/indra/llui/llurlregistry.h index 64cfec3960..35c6c0d84f 100644 --- a/indra/llui/llurlregistry.h +++ b/indra/llui/llurlregistry.h @@ -76,7 +76,7 @@ public: /// your callback is invoked if the matched Url's label changes in the future bool findUrl(const std::string &text, LLUrlMatch &match, const LLUrlLabelCallback &cb = &LLUrlRegistryNullCallback, - bool is_content_trusted = false); + bool is_content_trusted = false, bool skip_non_mentions = false); /// a slightly less efficient version of findUrl for wide strings bool findUrl(const LLWString &text, LLUrlMatch &match, @@ -102,6 +102,7 @@ private: LLUrlEntryBase* mUrlEntrySLLabel; LLUrlEntryBase* mUrlEntryNoLink; LLUrlEntryBase* mUrlEntryKeybinding; + LLUrlEntryBase* mUrlEntryAgentMention; }; #endif |
