Преглед изворни кода

Fix replies to images

Fixes #30
Fixes #31
Tulir Asokan пре 4 година
родитељ
комит
2ffd48c61f
1 измењених фајлова са 1 додато и 1 уклоњено
  1. 1 1
      mausignald/types.py

+ 1 - 1
mausignald/types.py

@@ -152,7 +152,7 @@ class Attachment(SerializableAttrs['Attachment']):
 class Quote(SerializableAttrs['Quote']):
     id: int
     author: Address
-    text: str
+    text: Optional[str] = None
     # TODO: attachments, mentions