Skip to content

Conversation

DarlCat
Copy link
Contributor

@DarlCat DarlCat commented Jul 24, 2025

Description

This PR fixes an error with how friendship status was handled for media first click interact purposes. It caused proceeding checks to never be run in the event it itself was run and failed.

Related Issues

Issue Link: closes #4414

@github-actions github-actions bot added the c/cpp label Jul 24, 2025
@akleshchev akleshchev requested a review from Geenz July 25, 2025 00:17
return LLAvatarTracker::instance().isBuddy(owner_id);
if(LLAvatarTracker::instance().isBuddy(owner_id))
{
LL_DEBUGS_ONCE() << "FirstClickPref & MEDIA_FIRST_CLICK_FRIEND. id: " << owner_id << LL_ENDL;
Copy link
Contributor

@akleshchev akleshchev Jul 26, 2025

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

'debugs' and 'infos' options are the most usefull when they have a tag, so that instead of having to toggle 'debug' for multiple files individually, we can use log control to, as an example, turn on "MediaFirstClick' only and it will start working across multiple files.

@akleshchev akleshchev merged commit a588add into secondlife:release/2025.05 Jul 28, 2025
12 checks passed
@github-actions github-actions bot locked and limited conversation to collaborators Jul 28, 2025
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

MediaFirstClickInteract should work with the Landowner objects Preference.

2 participants