Custom emoji support
This commit is contained in:
parent
5b025a8e45
commit
09ce33579a
17 changed files with 357 additions and 70 deletions
|
@ -204,3 +204,8 @@ class InboxObjectFactory(factory.alchemy.SQLAlchemyModelFactory):
|
|||
# Hide replies from the stream
|
||||
is_hidden_from_stream=True if ro.in_reply_to else False,
|
||||
)
|
||||
|
||||
|
||||
class FollowerFactory(factory.alchemy.SQLAlchemyModelFactory):
|
||||
class Meta(BaseModelMeta):
|
||||
model = models.Follower
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue