Expose instance feed config option in the API and show it on About page
Signed-off-by: Thomas Citharel <tcit@tcit.fr>
This commit is contained in:
@@ -80,6 +80,9 @@ export const CONFIG = gql`
|
||||
avatar
|
||||
banner
|
||||
}
|
||||
instanceFeeds {
|
||||
enabled
|
||||
}
|
||||
}
|
||||
}
|
||||
`;
|
||||
@@ -113,6 +116,9 @@ export const ABOUT = gql`
|
||||
}
|
||||
version
|
||||
federating
|
||||
instanceFeeds {
|
||||
enabled
|
||||
}
|
||||
}
|
||||
}
|
||||
`;
|
||||
|
||||
Reference in New Issue
Block a user