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:
Varun Gujarathi
2024-11-30 15:32:13 -05:00
committed by GitHub
parent ff1f201798
commit f59ac63dfe
2 changed files with 35 additions and 2 deletions

View File

@@ -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 = {