diff options
| author | Maxim Nikolenko <maximnproductengine@lindenlab.com> | 2026-03-19 18:51:14 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2026-03-19 18:51:14 +0200 |
| commit | 0aa33a144d392c16eaa419ffefa7c98af2e37834 (patch) | |
| tree | 8ec983d05314eeede410402f34c262a4ab959a4b /indra/newview/llimprocessing.cpp | |
| parent | 05c8cd82dc7a0bb900e837e932ab6f619fc20fe0 (diff) | |
#5454 fix not showing Friend requests during start up notification
Diffstat (limited to 'indra/newview/llimprocessing.cpp')
| -rw-r--r-- | indra/newview/llimprocessing.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/indra/newview/llimprocessing.cpp b/indra/newview/llimprocessing.cpp index 779ed725ac..b1e42e11fb 100644 --- a/indra/newview/llimprocessing.cpp +++ b/indra/newview/llimprocessing.cpp @@ -1485,6 +1485,7 @@ void LLIMProcessing::processNewMessage(LLUUID from_id, LLNotification::Params params("OfferFriendship"); params.substitutions = args; params.payload = payload; + params.offer_from_agent = true; LLPostponedNotification::add<LLPostponedOfferNotification>(params, from_id, false); } } |
