mirror of
https://github.com/wassname/talk.git
synced 2026-06-29 19:48:06 +08:00
Merge pull request #782 from coralproject/post-comment-no-alias
Remove remaining username alias in post comment mutation
This commit is contained in:
@@ -84,7 +84,7 @@ const extension = {
|
||||
}
|
||||
user {
|
||||
id
|
||||
name: username
|
||||
username
|
||||
}
|
||||
action_summaries {
|
||||
count
|
||||
@@ -143,7 +143,7 @@ const extension = {
|
||||
user: {
|
||||
__typename: 'User',
|
||||
id: auth.toJS().user.id,
|
||||
name: auth.toJS().user.username
|
||||
username: auth.toJS().user.username
|
||||
},
|
||||
created_at: new Date().toISOString(),
|
||||
body,
|
||||
|
||||
Reference in New Issue
Block a user