From 88394c7d829c5e25be56f3efffbc9805b64736a5 Mon Sep 17 00:00:00 2001 From: mia Date: Wed, 20 Nov 2024 06:52:59 -0800 Subject: changes and alterations --- com.py | 2 ++ 1 file changed, 2 insertions(+) (limited to 'com.py') diff --git a/com.py b/com.py index 3ebb948..6bc9a63 100644 --- a/com.py +++ b/com.py @@ -44,6 +44,7 @@ class FilterableNote: reactions: int renotes: int visibility: Visibility + cw: str def thread(self) -> List["FilterableNote"]: acc = [] @@ -73,6 +74,7 @@ class FilterableNote: "when": self.when.isoformat(), "reactions": self.reactions, "renotes": self.renotes, + "cw": self.cw, } -- cgit 1.4.1