feat(federation): exchange + store peer epoch on handshake
This commit is contained in:
@@ -70,6 +70,7 @@ function seedInstanceSettings(autoAcceptPeering: 0 | 1): void {
|
||||
testDb.insert(schema.instanceSettings).values({
|
||||
id: 1,
|
||||
instanceName: 'Local Backspace',
|
||||
instanceId: 'test-epoch-local',
|
||||
autoAcceptPeering,
|
||||
registrationOpen: 1,
|
||||
updatedAt: Date.now(),
|
||||
|
||||
Reference in New Issue
Block a user