fix ts issues in SendMessageComposer-test (#8077)
* fix ts issues in SendMessageComposer-test Signed-off-by: Kerry Archibald <kerrya@element.io> * remove empty file Signed-off-by: Kerry Archibald <kerrya@element.io> * better event type for m.room.message Signed-off-by: Kerry Archibald <kerrya@element.io>
This commit is contained in:
parent
cdcf6d0fd1
commit
da097d42ef
3 changed files with 73 additions and 82 deletions
|
@ -104,7 +104,7 @@ export function attachRelation(
|
|||
export function createMessageContent(
|
||||
model: EditorModel,
|
||||
replyToEvent: MatrixEvent,
|
||||
relation: IEventRelation,
|
||||
relation: IEventRelation | undefined,
|
||||
permalinkCreator: RoomPermalinkCreator,
|
||||
includeReplyLegacyFallback = true,
|
||||
): IContent {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue