Fix pinned messages not re-linkifying on edit (#9042)
* Fix pinned messages not re-linkifying on edit * Fix tests
This commit is contained in:
parent
2587aa1369
commit
e576347b62
9 changed files with 30 additions and 13 deletions
|
@ -48,8 +48,8 @@ import { shouldDisplayAsBeaconTile } from "../utils/beacon/timeline";
|
|||
export interface EventTileTypeProps {
|
||||
ref?: React.RefObject<any>; // `any` because it's effectively impossible to convince TS of a reasonable type
|
||||
mxEvent: MatrixEvent;
|
||||
highlights: string[];
|
||||
highlightLink: string;
|
||||
highlights?: string[];
|
||||
highlightLink?: string;
|
||||
showUrlPreview?: boolean;
|
||||
onHeightChanged: () => void;
|
||||
forExport?: boolean;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue