소스 검색

Fix handling incoming remote deletes

Tulir Asokan 3 년 전
부모
커밋
0733f2a72e
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      mausignald/types.py

+ 1 - 1
mausignald/types.py

@@ -275,7 +275,7 @@ class Sticker(SerializableAttrs):
 
 @dataclass
 class RemoteDelete(SerializableAttrs):
-    target_sent_timestamp: int = field(json="targetSentTimestamp")
+    target_sent_timestamp: int
 
 
 class SharedContactDetailType(SerializableEnum):