1
0
Fork 0

First draft async imports.

This commit is contained in:
Adam Kelly 2020-04-20 17:10:19 +01:00
parent bba63e3515
commit 881cc4d64b
8 changed files with 57 additions and 56 deletions

View file

@ -150,7 +150,8 @@ class ReadThrough(FedireadsModel):
NotificationType = models.TextChoices(
'NotificationType', 'FAVORITE REPLY TAG FOLLOW FOLLOW_REQUEST BOOST')
'NotificationType',
'FAVORITE REPLY TAG FOLLOW FOLLOW_REQUEST BOOST IMPORT_RESULT')
class Notification(FedireadsModel):
''' you've been tagged, liked, followed, etc '''