Fix repost rendering (#405)
This commit is contained in:
parent
4f886f712c
commit
b7648cfe73
2 changed files with 2 additions and 2 deletions
|
@ -85,7 +85,7 @@ export class PostsFeedItemModel {
|
|||
}
|
||||
|
||||
get reasonRepost(): ReasonRepost | undefined {
|
||||
if (this.reason?.$type === 'app.bsky.feed.feedViewPost#reasonRepost') {
|
||||
if (this.reason?.$type === 'app.bsky.feed.defs#reasonRepost') {
|
||||
return this.reason as ReasonRepost
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue