Add domain to GraphQL calls on actors where it was missing and pertinent

Signed-off-by: Thomas Citharel <tcit@tcit.fr>
This commit is contained in:
Thomas Citharel
2019-12-16 16:49:13 +01:00
parent 559c922fa1
commit bf9a2a4ac0
2 changed files with 5 additions and 1 deletions

View File

@@ -171,6 +171,7 @@ export const FETCH_EVENTS = gql`
url
},
preferredUsername,
domain,
name,
},
# attributedTo {

View File

@@ -7,6 +7,7 @@ export const REPORTS = gql`
reported {
id,
preferredUsername,
domain,
name,
avatar {
url
@@ -46,7 +47,8 @@ const REPORT_FRAGMENT = gql`
name,
avatar {
url
}
},
domain
},
reporter {
id,
@@ -74,6 +76,7 @@ const REPORT_FRAGMENT = gql`
actor {
id,
preferredUsername,
domain,
name,
avatar {
url