mirror of
https://github.com/vector-im/element-web.git
synced 2026-05-05 04:06:44 +02:00
update sig
This commit is contained in:
parent
24cc2455f9
commit
cfb8c685d4
@ -78,7 +78,7 @@ originalComponent?: (props?: OriginalComponentProps) => React.JSX.Element) => JS
|
||||
// @alpha
|
||||
export type CustomMessageRenderHints = {
|
||||
allowEditingEvent?: boolean;
|
||||
allowDownloadingMedia?: boolean | Promise<boolean>;
|
||||
allowDownloadingMedia?: (mxEvent: MatrixEvent) => Promise<boolean>;
|
||||
};
|
||||
|
||||
// @alpha @deprecated (undocumented)
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user