mirror of
https://github.com/wassname/talk.git
synced 2026-07-08 13:04:46 +08:00
Naming
This commit is contained in:
@@ -32,8 +32,8 @@ const Subscription = {
|
||||
usernameFlagged(user) {
|
||||
return user;
|
||||
},
|
||||
usernameChanged(user) {
|
||||
return user;
|
||||
usernameChanged(payload) {
|
||||
return payload;
|
||||
},
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user