Improved CW/sensitive support
This commit is contained in:
@@ -131,6 +131,10 @@ class Object:
|
||||
|
||||
return content
|
||||
|
||||
@property
|
||||
def summary(self) -> str | None:
|
||||
return self.ap_object.get("summary")
|
||||
|
||||
@property
|
||||
def permalink_id(self) -> str:
|
||||
return (
|
||||
|
Reference in New Issue
Block a user