UNPKG

matrix-react-sdk

Version:
7 lines (6 loc) 323 B
export declare const DRAFT_LAST_CLEANUP_KEY = "mx_draft_cleanup"; export declare const DRAFT_CLEANUP_PERIOD: number; /** * Checks if `DRAFT_CLEANUP_PERIOD` has expired, if so, deletes any stord editor drafts that exist for rooms that are not in the known list. */ export declare function cleanUpDraftsIfRequired(): void;