Added styling for the list of participants
[GitHub/WoltLab/com.woltlab.wcf.conversation.git] / userNotificationEvent.xml
CommitLineData
8b467fcd
MW
1<?xml version="1.0" encoding="UTF-8"?>
2<data xmlns="http://www.woltlab.com" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://www.woltlab.com http://www.woltlab.com/XSD/userNotificationEvent.xsd">
3 <import>
4 <event>
5 <name>conversation</name>
6 <objecttype>com.woltlab.wcf.conversation.notification</objecttype>
7 <classname>wcf\system\user\notification\event\ConversationUserNotificationEvent</classname>
8 </event>
9
10 <!-- @todo: <event>
11 <name>conversationMessage</name>
12 <objecttype>com.woltlab.wcf.conversation.notification</objecttype>
13 <classname>wcf\system\user\notification\event\ConversationMessageUserNotificationEvent</classname>
14 </event>-->
15 </import>
16</data>