mirror of
https://git.sr.ht/~tsileo/microblog.pub
synced 2025-06-05 21:59:23 +02:00
Actually fix AP object URL prop
This commit is contained in:
@ -129,7 +129,7 @@ class Object:
|
|||||||
if u["mediaType"] == "text/html":
|
if u["mediaType"] == "text/html":
|
||||||
return u["href"]
|
return u["href"]
|
||||||
|
|
||||||
return None
|
return self.ap_id
|
||||||
|
|
||||||
@cached_property
|
@cached_property
|
||||||
def content(self) -> str | None:
|
def content(self) -> str | None:
|
||||||
|
Reference in New Issue
Block a user