This commit is contained in:
the-djmaze 2022-10-29 01:27:42 +02:00
parent 787e236133
commit 95379cb951

View file

@ -17,4 +17,5 @@ class Capa
const MESSAGE_ACTIONS = 'MessageActions';
const ATTACHMENTS_ACTIONS = 'AttachmentsActions';
const DANGEROUS_ACTIONS = 'DangerousActions';
const AUTOLOGOUT = ''; // Obsolete
}