notifier-schema-fix
Some checks failed
Deploy on push / deploy (push) Failing after 19s

This commit is contained in:
2024-03-04 10:59:14 +03:00
parent 3016a75332
commit 88ca5a1362
3 changed files with 14 additions and 3 deletions

View File

@@ -42,7 +42,12 @@ from resolvers.topic import (
get_topics_by_community,
)
from resolvers.notifier import (
load_notifications,
notification_mark_seen,
notifications_seen_after,
notifications_seen_thread
)
__all__ = [
# author
@@ -88,4 +93,10 @@ __all__ = [
'update_reaction',
'delete_reaction',
'load_reactions_by',
# notifier
'load_notifications',
'notifications_seen_thread',
'notifications_seen_after',
'notification_mark_seen'
]