Tweak notifications

This commit is contained in:
Thomas Sileo 2022-06-26 10:55:53 +02:00
parent 6700984117
commit f365784f93
3 changed files with 22 additions and 8 deletions

View file

@ -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)