blob: bdd3c3d4a473626caabcbedea83e3ae060f61af9 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
|
<?xml version="1.0" ?>
<notification_visibility>
<respond name="VoiceInviteGroup" response="Decline"/>
<!-- group and voice are disabled features -->
<hide tag="group"/>
<!-- no spammy scripts -->
<!-- <hide name="ScriptDialog"/> -->
<!-- hints pertaining to UI we don't show -->
<hide name="FirstBalanceIncrease"/>
<hide name="FirstInventory"/>
<hide name="HintSidePanel"/>
<hide name="HintMove"/>
<hide name="HintSpeak"/>
<hide name="HintDisplayName"/>
<hide name="HintInventory"/>
<hide name="HintLindenDollar"/>
<!-- spam from servers, such as "Autopilot cancelled" -->
<hide name="SystemMessageTip"/>
<!-- show everything else -->
<show/>
</notification_visibility>
|