backend: add push token API and FCM delivery pipeline
This commit is contained in:
@@ -3,7 +3,7 @@ from app.chats.models import Chat, ChatInviteLink, ChatMember, ChatUserSetting
|
||||
from app.email.models import EmailLog
|
||||
from app.media.models import Attachment
|
||||
from app.messages.models import Message, MessageHidden, MessageIdempotencyKey, MessageReaction, MessageReceipt
|
||||
from app.notifications.models import NotificationLog
|
||||
from app.notifications.models import NotificationLog, PushDeviceToken
|
||||
from app.users.models import User, UserContact
|
||||
|
||||
__all__ = [
|
||||
@@ -19,6 +19,7 @@ __all__ = [
|
||||
"MessageReaction",
|
||||
"MessageReceipt",
|
||||
"NotificationLog",
|
||||
"PushDeviceToken",
|
||||
"PasswordResetToken",
|
||||
"User",
|
||||
"UserContact",
|
||||
|
||||
Reference in New Issue
Block a user