Remove todo relating to removal of database cleanup of chat entries
after a report has been closed An external cleanup job/script will be used to remove old data
This commit is contained in:
parent
67213ec696
commit
175c3523f8
@ -106,11 +106,6 @@ public class ReportManager
|
|||||||
CommandCenter.Instance.onPlayerCommandPreprocess(
|
CommandCenter.Instance.onPlayerCommandPreprocess(
|
||||||
new PlayerCommandPreprocessEvent(reportCloser, "/punish " + suspectName + " " + reason));
|
new PlayerCommandPreprocessEvent(reportCloser, "/punish " + suspectName + " " + reason));
|
||||||
}
|
}
|
||||||
|
|
||||||
if (report.getCategory() == ReportCategory.CHAT_ABUSE) // only chat abuse reports have chat logs published
|
|
||||||
{
|
|
||||||
// todo do we remove or archive stored data in db? ie snapshots
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
);
|
);
|
||||||
|
Loading…
Reference in New Issue
Block a user