소스 검색

Disable some caption fields

Tulir Asokan 2 년 전
부모
커밋
16e0f1ffae
1개의 변경된 파일2개의 추가작업 그리고 2개의 파일을 삭제
  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