feat: allowing the flagging of system messages

closes #7767
closes #7771
This commit is contained in:
Husman
2016-07-10 14:58:50 -07:00
committed by Blade Barringer
parent 0631e9ba15
commit 694cd8e555
5 changed files with 16 additions and 6 deletions

View File

@@ -217,7 +217,7 @@ api.flagChat = {
let reporterEmailContent = getUserInfo(user, ['email']).email;
let authorEmailContent = getUserInfo(author, ['email']).email;
let authorEmailContent = author ? getUserInfo(author, ['email']).email : 'system';
let groupUrl = getGroupUrl(group);