Address comments from Simon's review
This commit is contained in:
@@ -70,10 +70,6 @@ class ActivityService(dbus.service.Object):
|
||||
def InviteContact(self, account_path, contact_id):
|
||||
self._activity.invite(account_path, contact_id)
|
||||
|
||||
@dbus.service.method(_ACTIVITY_INTERFACE)
|
||||
def Invite(self, buddy_key):
|
||||
raise NotImplementedError
|
||||
|
||||
@dbus.service.method(_ACTIVITY_INTERFACE)
|
||||
def HandleViewSource(self):
|
||||
self._activity.handle_view_source()
|
||||
|
||||
Reference in New Issue
Block a user