feat(pref): add ability to hide NSFW content

This commit is contained in:
2025-11-19 12:28:26 -03:00
parent 644cda63a0
commit 5a79ec025a
8 changed files with 19 additions and 2 deletions

View File

@@ -103,6 +103,7 @@ type
media*: int
verifiedType*: VerifiedType
protected*: bool
sensitive*: bool
suspended*: bool
joinDate*: DateTime
@@ -214,6 +215,7 @@ type
time*: DateTime
reply*: seq[string]
pinned*: bool
sensitive*: bool
hasThread*: bool
available*: bool
tombstone*: string