Add userFlagged subscription

This commit is contained in:
Chi Vinh Le
2018-01-16 11:31:44 +01:00
parent 7885b025ee
commit 6aece16fd0
6 changed files with 35 additions and 4 deletions
+3
View File
@@ -26,6 +26,9 @@ const Subscription = {
usernameRejected(user) {
return user;
},
usernameFlagged(user) {
return user;
},
};
module.exports = Subscription;