mirror of
https://github.com/Sneed-Group/Poodletooth-iLand
synced 2025-01-09 17:53:50 +00:00
no message
This commit is contained in:
parent
d76c4788f2
commit
36b6754e92
1 changed files with 1 additions and 0 deletions
|
@ -261,6 +261,7 @@ class OTPClientRepository(ClientRepositoryBase):
|
|||
self.__pendingMessages = {}
|
||||
self.__doId2pendingInterest = {}
|
||||
|
||||
self.centralLogger = self.generateGlobalObject(OtpDoGlobals.OTP_DO_ID_CENTRAL_LOGGER, 'CentralLogger')
|
||||
self.chatAgent = self.generateGlobalObject(OtpDoGlobals.OTP_DO_ID_CHAT_MANAGER, 'ChatAgent')
|
||||
self.csm = None # To be set by subclass.
|
||||
|
||||
|
|
Loading…
Reference in a new issue