add error message
All checks were successful
/ build (push) Successful in 1m13s

This commit is contained in:
Astra 2025-07-03 16:10:36 +01:00
parent ce0709f72d
commit be8b787c52

View file

@ -86,6 +86,10 @@ func main() {
handle, _ = bskyClient.ResolveHandle(s[1])
}
if handle != bskyClient.Bluesky.Cfg.DID {
log.Fatal("Unable to send posts from other accounts")
}
if *delete {
r, e := h.bsky.Bluesky.GetTelegramData(s[2])
if e == "" {