Improved CW/sensitive support

This commit is contained in:
Thomas Sileo 2022-06-28 21:10:22 +02:00
parent d4c80dedeb
commit 626a165411
6 changed files with 97 additions and 36 deletions

View file

@ -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 (