This commit is contained in:
@@ -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'
|
||||
]
|
||||
|
Reference in New Issue
Block a user