Prevent any RLVa filtering of music information as mentioned in SV-1226

This commit is contained in:
Inusaito Sayori
2013-11-21 23:09:13 -05:00
parent f273d3ff59
commit 15dbce00ee

View File

@@ -279,6 +279,9 @@ void LLMediaRemoteCtrl::enableMediaButtons()
LLChat chat;
chat.mText = getString("Now_playing") + " " + info_text;
chat.mSourceType = CHAT_SOURCE_SYSTEM;
// Lie to RLVa so it won't filter this
chat.mRlvLocFiltered = true;
chat.mRlvNamesFiltered = true;
LLFloaterChat::addChat(chat);
}
}