Hide chat attachments from attachment list

This commit is contained in:
Maximilian Mader 2020-11-20 00:06:08 +01:00
parent 8fc2ed4e54
commit 27794c2061
Signed by: Max
GPG Key ID: F71D56A3151C4FB3
1 changed files with 2 additions and 1 deletions

View File

@ -174,12 +174,13 @@
<points>1</points> <points>1</points>
</type> </type>
<!-- /activity points --> <!-- /activity points -->
<!-- attachments --> <!-- attachments -->
<type> <type>
<name>be.bastelstu.chat.message</name> <name>be.bastelstu.chat.message</name>
<definitionname>com.woltlab.wcf.attachment.objectType</definitionname> <definitionname>com.woltlab.wcf.attachment.objectType</definitionname>
<classname>chat\system\attachment\MessageAttachmentObjectType</classname> <classname>chat\system\attachment\MessageAttachmentObjectType</classname>
<private>1</private>
</type> </type>
<!-- attachments --> <!-- attachments -->
</import> </import>