mirror of
https://git.krews.org/morningstar/Arcturus-Community.git
synced 2024-11-23 15:20:52 +01:00
Fix forum message chat record context property (fixes #310)
This commit is contained in:
parent
191ef7afad
commit
015f72bce8
@ -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) {
|
||||
|
Loading…
Reference in New Issue
Block a user