Activate chat service when activity gets shared
This commit is contained in:
parent
a09dc48669
commit
ba05afdc53
@ -71,6 +71,7 @@ class ActivityHost:
|
||||
|
||||
def share(self):
|
||||
self._activity.share()
|
||||
self._chat_widget.share()
|
||||
|
||||
def invite(self, buddy):
|
||||
if not self.get_shared():
|
||||
|
Loading…
Reference in New Issue
Block a user