mirror of
https://github.com/wassname/talk.git
synced 2026-07-07 12:18:52 +08:00
Merge branch 'master' into shortcut-hint
This commit is contained in:
@@ -8,7 +8,9 @@ const FlagAction = {
|
||||
return group_id;
|
||||
},
|
||||
user({user_id}, _, {loaders: {Users}}) {
|
||||
return Users.getByID.load(user_id);
|
||||
if (user_id) {
|
||||
return Users.getByID.load(user_id);
|
||||
}
|
||||
},
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user