Mastodon: Added initial implementation for notifications buffer (actions not available yet)

This commit is contained in:
2022-12-14 12:12:05 -06:00
parent 4bf155b421
commit ec68c7ccae
6 changed files with 130 additions and 2 deletions

View File

@@ -1,4 +1,5 @@
# -*- coding: utf-8 -*-
from .base import basePanel
from .conversationList import conversationListPanel
from .notifications import notificationsPanel
from .user import userPanel