summaryrefslogtreecommitdiff
path: root/indra/newview/llviewerregion.cpp
diff options
context:
space:
mode:
authorAndrey Kleshchev <andreykproductengine@lindenlab.com>2022-03-10 21:27:47 +0200
committerAndrey Kleshchev <andreykproductengine@lindenlab.com>2022-03-10 23:43:21 +0200
commit8fce056c645dde7121302ab130e90db15cd5868a (patch)
treee22dfb9eeb053d4b831266c3d62c5c8f103a3c38 /indra/newview/llviewerregion.cpp
parenteb38bd7837ac331d61861888b986e6ba5cd568d3 (diff)
SL-16937 New Profile capability, GET method #1
in progress, will change as cap changes
Diffstat (limited to 'indra/newview/llviewerregion.cpp')
-rw-r--r--indra/newview/llviewerregion.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/indra/newview/llviewerregion.cpp b/indra/newview/llviewerregion.cpp
index 27fbf39673..747cd6e626 100644
--- a/indra/newview/llviewerregion.cpp
+++ b/indra/newview/llviewerregion.cpp
@@ -2950,6 +2950,7 @@ void LLViewerRegionImpl::buildCapabilityNames(LLSD& capabilityNames)
capabilityNames.append("AcceptFriendship");
capabilityNames.append("AcceptGroupInvite"); // ReadOfflineMsgs recieved messages only!!!
capabilityNames.append("AgentPreferences");
+ capabilityNames.append("AgentProfile");
capabilityNames.append("AgentState");
capabilityNames.append("AttachmentResources");
capabilityNames.append("AvatarPickerSearch");