new Report(args)
Handle a report
Reports just handle the actual report thread itself.
Actions stemming from the report are handled elsewhere.
Name | Type | Description |
---|---|---|
args |
Object | report arguments |
Example
var report = new Report({
v: variables,
bb: bulletin_board,
thread_id: 123,
title: 'Reported post by [TID: 456] [PID: 7890] [ASSIGNED: J. Random Moderator]'
});