feat: Allow data imports larger than the standard attachment size (#4449)
* feat: Allow data imports larger than the standard attachment size * Use correct preset for data imports * Cleanup of expired attachments * lint
This commit is contained in:
@@ -22,6 +22,12 @@ export type PublicEnv = {
|
||||
RELEASE: string | undefined;
|
||||
};
|
||||
|
||||
export enum AttachmentPreset {
|
||||
DocumentAttachment = "documentAttachment",
|
||||
Import = "import",
|
||||
Avatar = "avatar",
|
||||
}
|
||||
|
||||
export enum IntegrationType {
|
||||
Post = "post",
|
||||
Command = "command",
|
||||
|
||||
Reference in New Issue
Block a user