Adds published date field to boost activity
This commit is contained in:
parent
d8c83fa31c
commit
3fe3b0b2d5
2 changed files with 2 additions and 1 deletions
|
@ -191,6 +191,7 @@ class Like(Verb):
|
|||
class Announce(Verb):
|
||||
""" boosting a status """
|
||||
|
||||
published: str
|
||||
object: str
|
||||
type: str = "Announce"
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue