mirror of
https://github.com/wassname/talk.git
synced 2026-08-14 12:50:17 +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 {
|
user {
|
||||||
id
|
id
|
||||||
name: username
|
username
|
||||||
}
|
}
|
||||||
action_summaries {
|
action_summaries {
|
||||||
count
|
count
|
||||||
@@ -143,7 +143,7 @@ const extension = {
|
|||||||
user: {
|
user: {
|
||||||
__typename: 'User',
|
__typename: 'User',
|
||||||
id: auth.toJS().user.id,
|
id: auth.toJS().user.id,
|
||||||
name: auth.toJS().user.username
|
username: auth.toJS().user.username
|
||||||
},
|
},
|
||||||
created_at: new Date().toISOString(),
|
created_at: new Date().toISOString(),
|
||||||
body,
|
body,
|
||||||
|
|||||||
Reference in New Issue
Block a user