Skip to content

Commit 2d41414

Browse files
committed
Allow more fuzziness in timestamp validations and use updated logging
1 parent 2e43e19 commit 2d41414

3 files changed

Lines changed: 4 additions & 2 deletions

File tree

.gitmodules

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[submodule "3rd-party/auth"]
22
path = 3rd-party/auth
33
url = https://github.com/TryQuiet/auth.git
4-
branch = main
4+
branch = fix/timestamps-in-future
55
[submodule "3rd-party/qss"]
66
branch = main

app/src/nest/communities/auth/sigchain.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ import * as uint8arrays from 'uint8arrays'
99
import EventEmitter from 'events'
1010

1111
const logger = createLogger('Auth:SigChain')
12+
const lfaLogger = createLogger('Localfirst')
1213

1314
@Injectable()
1415
export class SigChain extends EventEmitter {
@@ -29,6 +30,7 @@ export class SigChain extends EventEmitter {
2930
serializedSigchain,
3031
localContext,
3132
teamKeyring,
33+
lfaLogger,
3234
) as auth.Team
3335

3436
return new SigChain(deserializedTeam, localContext)

0 commit comments

Comments
 (0)