Removing completely any analysis of the URL from the front.
Instead, data related to room is sent from the admin, via the pusher.
This commit is contained in:
parent
c85679b42c
commit
968e71cbca
6 changed files with 28 additions and 33 deletions
|
@ -20,6 +20,10 @@ export const isMapDetailsData = new tg.IsInterface()
|
|||
})
|
||||
.withOptionalProperties({
|
||||
iframeAuthentication: tg.isNullable(tg.isString),
|
||||
// The date (in ISO 8601 format) at which the room will expire
|
||||
expireOn: tg.isString,
|
||||
// Whether the "report" feature is enabled or not on this room
|
||||
canReport: tg.isBoolean,
|
||||
})
|
||||
.get();
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue