Read incoming deletion activities
This commit is contained in:
parent
22410e3f47
commit
7f579ffefa
4 changed files with 36 additions and 1 deletions
|
@ -23,7 +23,7 @@ class Status(OrderedCollectionPageMixin, BookWyrmModel):
|
|||
# the created date can't be this, because of receiving federated posts
|
||||
published_date = models.DateTimeField(default=timezone.now)
|
||||
deleted = models.BooleanField(default=False)
|
||||
deleted_date = models.DateTimeField(default=timezone.now)
|
||||
deleted_date = models.DateTimeField()
|
||||
favorites = models.ManyToManyField(
|
||||
'User',
|
||||
symmetrical=False,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue