commit d6c126f9b02151c228ebfd89b2d26b1e75612e9a parent 1f8a4b72987f22a23ab5eafc02296708a49588ea Author: MTRNord <mtrnord1@gmail.com> Date: Tue, 9 May 2023 20:32:37 +0200 Fix unsigned in stories Diffstat:
| M | src/app/sdk/api/events.ts | | | 1 | + |
1 file changed, 1 insertion(+), 0 deletions(-)
diff --git a/src/app/sdk/api/events.ts b/src/app/sdk/api/events.ts @@ -7,6 +7,7 @@ export interface IRoomEvent<Content = any> { type: string; unsigned?: { transaction_id?: string; + age?: number; }; "m.relates.to"?: any; [key: string]: any;