fix reply 500
This commit is contained in:
parent
d1372e4453
commit
4e41165be4
1 changed files with 1 additions and 1 deletions
|
@ -501,7 +501,7 @@ class Takahe:
|
|||
type="post",
|
||||
subject_post=post,
|
||||
subject_identity=identity,
|
||||
defaults={"published": post_time},
|
||||
defaults={"published": post_time or timezone.now()},
|
||||
)
|
||||
return post
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue