Revert "#5492 don't toggle Speak button state while voice is moderated" (FS:TJ- Until NearbyVoiceModeration is merged)

This reverts commit a51cdafc18.
This commit is contained in:
Hecklezz
2026-05-06 03:47:51 +10:00
parent 4b7565370b
commit 70b646ee10
-3
View File
@@ -689,9 +689,6 @@ void LLVoiceClient::setUserPTTState(bool ptt)
{
if (ptt)
{
// Nearby chat is muted by moderator, don't toggle PTT
if (!mUserPTTState && LLNearbyVoiceModeration::getInstance()->showNotificationIfNeeded())
return;
LLUIUsage::instance().logCommand("Agent.EnableMicrophone");
}
mUserPTTState = ptt;