Merge branch 'graphql' of github.com:coralproject/talk into graphql

This commit is contained in:
David Jay
2017-01-24 16:23:27 -05:00
24 changed files with 59 additions and 87 deletions
+1 -1
View File
@@ -1,5 +1,5 @@
module.exports = {
'@tags': ['login', 'admin'],
'@tags': ['login', 'ADMIN'],
before(client) {
const embedStreamPage = client.page.embedStreamPage();
const {launchUrl} = client;
+1 -1
View File
@@ -1,5 +1,5 @@
module.exports = {
'@tags': ['login', 'moderator'],
'@tags': ['login', 'MODERATOR'],
before: client => {
const embedStreamPage = client.page.embedStreamPage();
const {launchUrl} = client;