Add Dimension-specific variables to the webserver output

So that the spec can advance without affecting Dimension
This commit is contained in:
Travis Ralston 2019-03-17 23:01:07 -06:00
parent cb64d8e4be
commit 0f538fc58e

View file

@ -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;
}