Add config option to allow anonymous reporting
Signed-off-by: Thomas Citharel <tcit@tcit.fr>
This commit is contained in:
@@ -62,7 +62,7 @@ export const COMMENTS_THREADS = gql`
|
||||
}
|
||||
}
|
||||
}
|
||||
${COMMENT_RECURSIVE_FRAGMENT}
|
||||
${COMMENT_FIELDS_FRAGMENT}
|
||||
`;
|
||||
|
||||
export const CREATE_COMMENT_FROM_EVENT = gql`
|
||||
|
||||
@@ -34,6 +34,9 @@ export const CONFIG = gql`
|
||||
}
|
||||
}
|
||||
}
|
||||
reports {
|
||||
allowed
|
||||
}
|
||||
actorId
|
||||
}
|
||||
location {
|
||||
|
||||
Reference in New Issue
Block a user