From 0f538fc58e03aa1e201d13fef5360d37d582697a Mon Sep 17 00:00:00 2001 From: Travis Ralston Date: Sun, 17 Mar 2019 23:01:07 -0600 Subject: [PATCH] Add Dimension-specific variables to the webserver output So that the spec can advance without affecting Dimension --- src/web/webserver.ts | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/src/web/webserver.ts b/src/web/webserver.ts index 7560b34..7f20e11 100644 --- a/src/web/webserver.ts +++ b/src/web/webserver.ts @@ -67,6 +67,12 @@ export default class Webserver { roomAlias: pack.roomAlias, public: true, }, + "io.t2bot.dimension": { + id: pack.id, + creatorId: pack.creatorId, + roomId: pack.roomId, + roomAlias: pack.roomAlias, + }, }); return; }