mirror of
https://github.com/vrtmrz/obsidian-livesync.git
synced 2026-08-29 14:57:05 +00:00
Keep P2P consumers on the current transport
This commit is contained in:
@@ -111,7 +111,7 @@ export function createOpenRebuildUI(
|
||||
try {
|
||||
replicator.setOnSetup();
|
||||
Logger(`Rebuilding from peer ${peerId}`, logLevel);
|
||||
const result = await replicator.replicateFrom(peerId, showResult);
|
||||
const result = await replicator.replicateFrom(peerId, showResult, true);
|
||||
sessionResult = result?.ok ?? false;
|
||||
} catch (e) {
|
||||
Logger(
|
||||
|
||||
Reference in New Issue
Block a user