Update parser to msc2644 and fix tests

This commit is contained in:
Jorik Schellekens
2020-08-06 14:49:33 +01:00
parent d951d73de8
commit 0aa273a8bc
6 changed files with 236 additions and 156 deletions
+8 -5
View File
@@ -1,10 +1,13 @@
import _ from "lodash";
export interface Arguments {
vias: string[];
// Either one of the enums or a custom link
sharer: string;
extras: { [key: string]: string[] };
// Schemeless http identifier
client?: string;
// Indicates whether a room exists on a federating server (assumed to be the
// default), or if the client must connect via the server identified by the
// room ID or event ID
federated?: boolean;
// MXID
sharer?: string;
}
export interface LinkContent {