Update open graph data (#2760)
* Update open graph data * Format * Fix typo
This commit is contained in:
parent
29b31b7739
commit
541eb8ded1
7 changed files with 54 additions and 11 deletions
|
@ -51,7 +51,7 @@ func ExpandPostText(post *appbsky.FeedPost) string {
|
|||
}
|
||||
// TODO: could embed the actual post text?
|
||||
if post.Embed != nil && (post.Embed.EmbedRecord != nil || post.Embed.EmbedRecordWithMedia != nil) {
|
||||
postText = fmt.Sprintf("%s\n\n[contains quote post or other embeded content]", postText)
|
||||
postText = fmt.Sprintf("%s\n\n[contains quote post or other embedded content]", postText)
|
||||
}
|
||||
return postText
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue