mirror of
https://github.com/colanode/colanode.git
synced 2025-12-29 00:25:03 +01:00
Fix sending pending interactions
This commit is contained in:
@@ -10,7 +10,7 @@ class LogService {
|
||||
public createLogger(name: string) {
|
||||
return pino({
|
||||
name,
|
||||
level: logConfig[name] || 'info',
|
||||
level: logConfig[name] || 'trace',
|
||||
transport: isDev
|
||||
? {
|
||||
target: 'pino-pretty',
|
||||
|
||||
@@ -575,7 +575,7 @@ class SynapseService {
|
||||
continue;
|
||||
}
|
||||
|
||||
this.sendPendingTransactions(socketConnection, userId);
|
||||
this.sendPendingInteractions(socketConnection, userId);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user