Enable option to set maximum file size
This commit is contained in:
@@ -18,6 +18,7 @@ export interface exportOptions {
|
||||
startDate?: number;
|
||||
numberOfMessages?: number;
|
||||
attachmentsIncluded: boolean;
|
||||
maxSize: number;
|
||||
}
|
||||
|
||||
const exportConversationalHistory = async (
|
||||
|
||||
Reference in New Issue
Block a user