mirror of
https://github.com/wassname/talk.git
synced 2026-09-09 11:38:08 +08:00
Add userFlagged subscription
This commit is contained in:
@@ -26,6 +26,9 @@ const Subscription = {
|
||||
usernameRejected(user) {
|
||||
return user;
|
||||
},
|
||||
usernameFlagged(user) {
|
||||
return user;
|
||||
},
|
||||
};
|
||||
|
||||
module.exports = Subscription;
|
||||
|
||||
Reference in New Issue
Block a user