Allow disabling feed injection

This commit is contained in:
Alex Gleason
2022-11-27 21:05:39 -06:00
parent 3a489f98d2
commit 84edb651ad
3 changed files with 17 additions and 1 deletions

View File

@ -112,6 +112,8 @@ export const SoapboxConfigRecord = ImmutableRecord({
linkFooterMessage: '',
links: ImmutableMap<string, string>(),
displayCta: true,
/** Whether to inject suggested profiles into the Home feed. */
feedInjection: true,
}, 'SoapboxConfig');
type SoapboxConfigMap = ImmutableMap<string, any>;