Fix post command
All checks were successful
/ build (push) Successful in 1m33s

This commit is contained in:
Astra 2025-10-29 23:12:45 +00:00
parent e041d00226
commit 70b30a9313
2 changed files with 3 additions and 2 deletions

View file

@ -195,7 +195,7 @@ func (bluesky *Bluesky) GetTelegramData(rkey string) (*TelegramRecord, string) {
}
bluesky.sling.New().Get("/xrpc/com.atproto.repo.getRecord").QueryStruct(&params).Receive(resp, resp)
return resp.Value, resp.Message
return resp.Value, resp.Error
}
func (bluesky *Bluesky) GetPost(uri string) *Post {