update sig
This commit is contained in:
@@ -78,7 +78,7 @@ originalComponent?: (props?: OriginalComponentProps) => React.JSX.Element) => JS
|
|||||||
// @alpha
|
// @alpha
|
||||||
export type CustomMessageRenderHints = {
|
export type CustomMessageRenderHints = {
|
||||||
allowEditingEvent?: boolean;
|
allowEditingEvent?: boolean;
|
||||||
allowDownloadingMedia?: boolean | Promise<boolean>;
|
allowDownloadingMedia?: (mxEvent: MatrixEvent) => Promise<boolean>;
|
||||||
};
|
};
|
||||||
|
|
||||||
// @alpha @deprecated (undocumented)
|
// @alpha @deprecated (undocumented)
|
||||||
|
|||||||
Reference in New Issue
Block a user