Fix mentions of missing identities
This commit is contained in:
parent
d5a6cbedd3
commit
f892c0c4ce
@ -804,6 +804,7 @@ class Post(StatorModel):
|
||||
"acct": mention.handle,
|
||||
}
|
||||
for mention in self.mentions.all()
|
||||
if mention.username
|
||||
],
|
||||
"tags": (
|
||||
[{"name": tag, "url": "/tag/{tag}/"} for tag in self.hashtags]
|
||||
|
Reference in New Issue
Block a user