blob: 616b544847ec8830223ec49e323fa6a87abd579f (
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
28
29
|
<?xml version="1.0" ?>
<notification_visibility>
<respond name="VoiceInviteP2P" response="Decline"/>
<respond name="VoiceInviteAdHoc" response="Decline"/>
<respond name="VoiceInviteGroup" response="Decline"/>
<!-- group and voice are disabled features -->
<hide tag="group"/>
<hide tag="voice"/>
<!-- 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="HintDisplayName"/>
<hide name="HintInventory"/>
<hide name="HintLindenDollar"/>
<!-- spam from servers, such as "Autopilot cancelled" -->
<hide name="SystemMessageTip"/>
<!-- show everything else -->
<show/>
</notification_visibility>
|