fix(social): set federation enabled state after confirmation (#4038)
* feat(integerations): add route to get user details * Commit updated API documentation * test(integrations): implement unit test for get user details * fix(social): set federation enabled state after confirmation set federation enabled state only after confirmation in modal * Javascript formatting autofixes * chore(social): use variable instead of explicitly setting path value * Javascript formatting autofixes --------- Co-authored-by: Owncast <owncast@owncast.online> Co-authored-by: Gabe Kangas <gabek@real-ity.com>
This commit is contained in:
@@ -313,7 +313,7 @@ export const FIELD_PROPS_ENABLE_FEDERATION = {
|
||||
configPath: 'federation',
|
||||
label: 'Enable Social Features',
|
||||
tip: 'Send and receive activities on the Fediverse.',
|
||||
useSubmit: true,
|
||||
useSubmit: false,
|
||||
};
|
||||
|
||||
export const FIELD_PROPS_FEDERATION_IS_PRIVATE = {
|
||||
|
||||
Reference in New Issue
Block a user