Explorar el Código

Disable some caption fields

Tulir Asokan hace 2 años
padre
commit
16e0f1ffae
Se han modificado 1 ficheros con 2 adiciones y 2 borrados
  1. 2 2
      mauigpapi/types/thread_item.py

+ 2 - 2
mauigpapi/types/thread_item.py

@@ -219,13 +219,13 @@ class Caption(SerializableAttrs):
     # TODO enum-ish thing?
     bit_flags: int
     user: BaseResponseUser
-    did_report_as_spam: bool
-    share_enabled: bool
     media_id: int
 
     # Might not be in all captions
     is_covered: Optional[bool] = None
     private_reply_status: Optional[int] = None
+    # did_report_as_spam: bool
+    # share_enabled: bool
 
 
 @dataclass