Added docstrings to attachment controllers and deprecated the previously audio attacher

This commit is contained in:
2018-11-05 09:37:40 -06:00
parent 6fb70a5b32
commit 13b19fec75
3 changed files with 33 additions and 7 deletions

View File

@@ -658,7 +658,7 @@ class chatBuffer(baseBuffer):
return retrieved
def add_attachment(self, *args, **kwargs):
a = attach.attach(self.session)
a = attach.attachFromOnline(self.session)
r = a.parse_attachments()
if r != "":
self.attachments_to_be_sent = r