mirror of
https://github.com/bitsocialnet/5chan.git
synced 2026-08-03 07:41:04 +02:00
Merge branch 'codex/feature/spam-blocker-challenge'
# Conflicts: # package.json # src/components/settings-modal/advanced-settings/__tests__/advanced-settings.test.tsx # src/components/settings-modal/advanced-settings/advanced-settings.tsx # src/stores/__tests__/publish-stores.test.ts # yarn.lock
This commit is contained in:
@@ -237,7 +237,7 @@ const AdvancedSettings = () => {
|
||||
|
||||
const mediaIpfsGatewayUrl = mediaIpfsGatewayUrlRef.current?.value.trim();
|
||||
|
||||
const pubsubHttpClientsOptions = pubsubProvidersRef.current?.value
|
||||
const pubsubKuboRpcClientsOptions = pubsubProvidersRef.current?.value
|
||||
.split('\n')
|
||||
.map((url) => url.trim())
|
||||
.filter((url) => url !== '');
|
||||
@@ -272,11 +272,11 @@ const AdvancedSettings = () => {
|
||||
await setAccount({
|
||||
...account,
|
||||
mediaIpfsGatewayUrl,
|
||||
chainProviders,
|
||||
pkcOptions: {
|
||||
...protocolOptions,
|
||||
ipfsGatewayUrls,
|
||||
pubsubKuboRpcClientsOptions: pubsubHttpClientsOptions,
|
||||
chainProviders,
|
||||
pubsubKuboRpcClientsOptions,
|
||||
httpRoutersOptions,
|
||||
pkcRpcClientsOptions,
|
||||
dataPath,
|
||||
|
||||
Reference in New Issue
Block a user