You've already forked matrix-js-sdk
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:
@@ -112,7 +112,7 @@ interface IAggregatedRelation {
|
||||
}
|
||||
|
||||
interface IEventRelation {
|
||||
rel_type: string;
|
||||
rel_type: RelationType | string;
|
||||
event_id: string;
|
||||
key?: string;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user