fix: add unescape for spans

This commit is contained in:
firedotguy
2026-03-01 00:06:16 +03:00
parent 86a378b613
commit 994a38e945
4 changed files with 97 additions and 8 deletions

View File

@@ -59,6 +59,7 @@ class Span(BaseModel):
length: int
offset: int
type: SpanType
url: str | None = None
class _PostCounts(TextObject):