Преглед на файлове

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