Skip to content

Commit

Permalink
some changes #13 --autoupdate
Browse files Browse the repository at this point in the history
  • Loading branch information
double-fault committed May 5, 2017
1 parent eb71816 commit ffb77a8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Sources/CommandReport.swift
Expand Up @@ -47,7 +47,7 @@ class CommandReport: Command {

var filterResult = reporter.checkPost(question)

filterResult [0] = FilterResult (type: .manuallyReported, header: "Manually reported question", details: "Question manually reported.")
filterResult.append(FilterResult (type: .manuallyReported, header: "Manually reported question", details: "Question manually reported by \(message.user): https://chat.\(message.room.client.host.rawValue)/transcript/message.id#message.id"))

reporter.report(post: question, reasons: filterResult)
}
Expand Down

0 comments on commit ffb77a8

Please sign in to comment.