Add a client attribute to MessageDispatcher
This commit is contained in:
parent
16022599e5
commit
87df9e1440
@ -9,6 +9,7 @@ class MessageDispatcher:
|
|||||||
def __init__(self, source, target):
|
def __init__(self, source, target):
|
||||||
self.source = source
|
self.source = source
|
||||||
self.target = target
|
self.target = target
|
||||||
|
self.client = source.client
|
||||||
|
|
||||||
@property
|
@property
|
||||||
def private(self):
|
def private(self):
|
||||||
|
Loading…
x
Reference in New Issue
Block a user