This commit is contained in:
parent
a3f4f4f54c
commit
64a24f828d
1 changed files with 2 additions and 2 deletions
4
main.go
4
main.go
|
|
@ -336,8 +336,8 @@ func (h *handler) ProcessPost(event *models.Event) error {
|
|||
URL: fmt.Sprintf(embedURL,
|
||||
strings.Split(ps.Embed.Record.URI, "/")[2],
|
||||
strings.Split(ps.Embed.Record.URI, "/")[4]),
|
||||
PreferSmallMedia: false,
|
||||
PreferLargeMedia: true,
|
||||
PreferSmallMedia: true,
|
||||
PreferLargeMedia: false,
|
||||
ShowAboveText: true,
|
||||
}
|
||||
} else {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue