3
0
Fork 0
mirror of https://github.com/ZeppelinBot/Zeppelin.git synced 2025-05-10 12:25:02 +00:00
This commit is contained in:
Dragory 2019-02-23 21:53:41 +02:00
parent 31331f67c5
commit f7274225f9

View file

@ -35,8 +35,6 @@ interface IIgnoredEvent {
userId: string;
}
const CASE_LIST_REASON_MAX_LENGTH = 300;
export class ModActionsPlugin extends ZeppelinPlugin {
public static pluginName = "mod_actions";