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";