mirror of
https://github.com/wassname/talk.git
synced 2026-06-29 14:24:33 +08:00
Merge branch 'graphql' of github.com:coralproject/talk into graphql
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
module.exports = {
|
||||
'@tags': ['login', 'admin'],
|
||||
'@tags': ['login', 'ADMIN'],
|
||||
before(client) {
|
||||
const embedStreamPage = client.page.embedStreamPage();
|
||||
const {launchUrl} = client;
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
module.exports = {
|
||||
'@tags': ['login', 'moderator'],
|
||||
'@tags': ['login', 'MODERATOR'],
|
||||
before: client => {
|
||||
const embedStreamPage = client.page.embedStreamPage();
|
||||
const {launchUrl} = client;
|
||||
|
||||
Reference in New Issue
Block a user