Fix forum message chat record context property (fixes #310)

This commit is contained in:
Alejandro 2020-01-24 20:29:44 +02:00
parent 191ef7afad
commit 015f72bce8

View File

@ -61,7 +61,7 @@ public class ModToolIssueChatlogComposer extends MessageComposer {
this.response.appendInt(this.issue.threadId);
if (this.type == ModToolIssueChatlogType.FORUM_COMMENT) {
ModToolChatRecordDataContext.GROUP_ID.append(this.response);
ModToolChatRecordDataContext.MESSAGE_ID.append(this.response);
this.response.appendInt(this.issue.commentId);
}
} else if (this.issue.type == ModToolTicketType.PHOTO) {