fix(announcements): make sure only valid announcements are shown to the user
Signed-off-by: Thomas Citharel <tcit@tcit.fr>
This commit is contained in:
@@ -13,6 +13,9 @@ export const COMMENT_FIELDS_FRAGMENT = gql`
|
||||
actor {
|
||||
...ActorFragment
|
||||
}
|
||||
attributedTo {
|
||||
...ActorFragment
|
||||
}
|
||||
totalReplies
|
||||
insertedAt
|
||||
updatedAt
|
||||
|
||||
@@ -12,6 +12,9 @@ export const CONVERSATION_QUERY_FRAGMENT = gql`
|
||||
lastComment {
|
||||
...CommentFields
|
||||
}
|
||||
originComment {
|
||||
...CommentFields
|
||||
}
|
||||
participants {
|
||||
...ActorFragment
|
||||
}
|
||||
@@ -19,6 +22,12 @@ export const CONVERSATION_QUERY_FRAGMENT = gql`
|
||||
id
|
||||
uuid
|
||||
title
|
||||
organizerActor {
|
||||
id
|
||||
}
|
||||
attributedTo {
|
||||
id
|
||||
}
|
||||
picture {
|
||||
id
|
||||
url
|
||||
|
||||
Reference in New Issue
Block a user