forked from jmug/stoatchat
feat: add nsfw flag to emotes
This commit is contained in:
@@ -14,6 +14,7 @@ impl AbstractEmoji for DummyDb {
|
||||
parent: EmojiParent::Server { id: id.into() },
|
||||
creator_id: id.into(),
|
||||
animated: false,
|
||||
nsfw: false,
|
||||
})
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user