Register talk message action for creating deck cards

Signed-off-by: Julius Härtl <jus@bitgrid.net>
This commit is contained in:
Julius Härtl
2021-02-02 20:27:05 +01:00
parent daa9c554d5
commit b8aed5f842
7 changed files with 372 additions and 50 deletions

View File

@@ -52,5 +52,9 @@ class BeforeTemplateRenderedListener implements IEventListener {
if (strpos($this->request->getPathInfo(), '/apps/calendar') === 0) {
Util::addScript('deck', 'calendar');
}
if (strpos($this->request->getPathInfo(), '/call/') === 0) {
Util::addScript('deck', 'talk');
}
}
}