watch value fix, invitation fix, logging

This commit is contained in:
Christien Rioux 2024-04-06 22:36:30 -04:00
parent b3e9cbd4f3
commit 8335e36876
7 changed files with 133 additions and 77 deletions

View file

@ -24,7 +24,8 @@ class VeilidChatGlobalInit {
await ProcessorRepository.instance.startup();
// DHT Record Pool
await DHTRecordPool.init();
await DHTRecordPool.init(
logger: (message) => log.debug('DHTRecordPool: $message'));
}
// Initialize repositories