1
0
mirror of https://github.com/matrix-org/matrix-js-sdk.git synced 2025-11-25 05:23:13 +03:00

Merge pull request #1762 from matrix-org/t3chguy/ts/10

This commit is contained in:
Michael Telatynski
2021-07-02 09:51:56 +01:00
committed by GitHub
14 changed files with 1832 additions and 1791 deletions

View File

@@ -112,7 +112,7 @@ interface IAggregatedRelation {
}
interface IEventRelation {
rel_type: string;
rel_type: RelationType | string;
event_id: string;
key?: string;
}