feat: add nsfw flag to emotes

This commit is contained in:
Paul Makles
2022-07-15 16:34:08 +01:00
parent cba8c4ef3b
commit 00ad4d54e7
4 changed files with 17 additions and 0 deletions

View File

@@ -14,6 +14,7 @@ impl AbstractEmoji for DummyDb {
parent: EmojiParent::Server { id: id.into() },
creator_id: id.into(),
animated: false,
nsfw: false,
})
}