Change ShowAboveText to true
All checks were successful
/ build (push) Successful in 1m14s

This commit is contained in:
Astra 2026-03-26 07:52:38 +00:00
parent e8b6e04239
commit 60f9482f67

View file

@ -315,7 +315,7 @@ func (h *handler) ProcessPost(event *models.Event) error {
IsDisabled: false,
URL: ps.Embed.Media.External.URI,
PreferLargeMedia: true,
ShowAboveText: false,
ShowAboveText: true,
}
resp, _ := h.tg.Send(m)
uri, postCid := getLink(event)