Add WoltLab Suite Core: Conversation events
authorIceQ1337 <IceQ1337@gmx.de>
Mon, 26 Sep 2022 15:05:06 +0000 (17:05 +0200)
committerIceQ1337 <IceQ1337@gmx.de>
Mon, 26 Sep 2022 15:05:06 +0000 (17:05 +0200)
docs/php/api/event_list.md

index 49543e0ba2f5e8fd0683c512da7a1cdcd8af6d0a..0dc0057a11b987b59a0be6ab772ff523a2f9ee31 100644 (file)
@@ -124,6 +124,13 @@ Events whose name is marked with an asterisk are called from a static method and
 | `wcf\system\WCF` | `initialized` |
 | `wcf\util\HeaderUtil` | `parseOutput`*|
 
+## WoltLab Suite Core: Conversations
+
+| Class | Event Name |
+|-------|------------|
+| `wcf\data\conversation\ConversationAction` | `addParticipants_validateParticipants` |
+| `wcf\data\conversation\message\ConversationMessageAction` | `afterQuickReply` |
+
 ## WoltLab Suite Forum
 
 | Class | Event Name |