Add ConversationMessageSearchIndexRebuildDataWorker
authorTim Düsterhus <duesterhus@woltlab.com>
Mon, 11 Oct 2021 13:17:56 +0000 (15:17 +0200)
committerTim Düsterhus <duesterhus@woltlab.com>
Mon, 11 Oct 2021 13:19:32 +0000 (15:19 +0200)
commit1c97ad0a4847a878d318e03e8268cdef7026c30b
tree96498439a665eaafad476760834bfeb71b7f32ab
parentae225b4a78b019962f08bb43b02473ae270a20e2
Add ConversationMessageSearchIndexRebuildDataWorker

This also fixes a bug within the indexing process: Previously each message
within a conversation would have been assigned the conversation's subject as
the subject, while the regular creation process does not.

Fix this by only setting the title for the first message within the
conversation.

Resolves #160
files/lib/system/worker/ConversationMessageRebuildDataWorker.class.php
files/lib/system/worker/ConversationMessageSearchIndexRebuildDataWorker.class.php [new file with mode: 0644]
language/de.xml
language/en.xml
objectType.xml