This commit is contained in:
2015-07-03 17:23:25 -05:00
parent a706ebf477
commit cd0977798c
8 changed files with 24 additions and 50 deletions

View File

@@ -1023,11 +1023,6 @@ class Controller(object):
except:
pass
def interact(self):
"Select the best action for the currently focused tweet (audio, geocode, URL, etc)."
buffer = self.get_current_buffer()
buffer.interact()
def url(self, *args, **kwargs):
buffer = self.get_current_buffer()
buffer.url()