Added mentions buffer (filters notifications by mention and extract toots from them)

This commit is contained in:
2022-11-11 17:12:03 -06:00
parent 3a3cb3963c
commit 5f645508ba
3 changed files with 75 additions and 3 deletions

View File

@@ -1,2 +1,3 @@
# -*- coding: utf-8 -*-
from .base import BaseBuffer
from .base import BaseBuffer
from .mentions import MentionsBuffer