Mastodon: Added experimental support for voting in polls

This commit is contained in:
2023-02-17 23:19:34 -06:00
parent f3fd1087b4
commit e31369e49a
4 changed files with 75 additions and 3 deletions

View File

@@ -42,6 +42,9 @@ class NotificationsBuffer(BaseBuffer):
def unfav(self):
pass
def vote(self):
pass
def can_share(self):
return False