This commit is contained in:
parent
ce0709f72d
commit
be8b787c52
1 changed files with 4 additions and 0 deletions
4
main.go
4
main.go
|
@ -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 == "" {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue