Tweak notifications
This commit is contained in:
parent
6700984117
commit
f365784f93
3 changed files with 22 additions and 8 deletions
|
@ -150,6 +150,7 @@ class OutboxObject(Base, BaseObject):
|
|||
likes_count = Column(Integer, nullable=False, default=0)
|
||||
announces_count = Column(Integer, nullable=False, default=0)
|
||||
replies_count = Column(Integer, nullable=False, default=0)
|
||||
# reactions: Mapped[list[dict[str, Any]] | None] = Column(JSON, nullable=True)
|
||||
|
||||
webmentions = Column(JSON, nullable=True)
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue