TWBlue should not allow users to retweet or quote any protected account. Closes #454

This commit is contained in:
2022-01-25 12:01:03 -06:00
parent 6e0a94355f
commit ac0e7380b0
3 changed files with 19 additions and 0 deletions

View File

@@ -125,6 +125,9 @@ class Buffer(object):
def share_item(self):
pass
def can_share(self):
pass
def destroy_status(self):
pass