Added favorites buffer, and actions to add, remove and toggle favorite for toots

This commit is contained in:
2022-11-09 17:08:48 -06:00
parent b405e384c8
commit 62d6ae2277
3 changed files with 20 additions and 10 deletions

View File

@@ -93,7 +93,7 @@ class Session(base.baseSession):
def check_streams(self):
pass
def order_buffer(self, name, data, ignore_older=True):
def order_buffer(self, name, data, ignore_older=False):
num = 0
last_id = None
if self.db.get(name) == None: