WoltLab / com.woltlab.wcf.conversation

User Conversation System
GNU Lesser General Public License v2.1
13 stars 13 forks source link

Add ConversationMessageSearchIndexRebuildDataWorker #161

Closed TimWolla closed 3 years ago

TimWolla commented 3 years ago

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