export ID for stream. add -i to reply
This commit is contained in:
parent
998ab3d74a
commit
e47dd5a618
3 changed files with 9 additions and 1 deletions
|
@ -26,7 +26,8 @@ func cmdToot(c *cli.Context) error {
|
|||
}
|
||||
client := c.App.Metadata["client"].(*mastodon.Client)
|
||||
_, err := client.PostStatus(context.Background(), &mastodon.Toot{
|
||||
Status: toot,
|
||||
Status: toot,
|
||||
InReplyToID: c.Int64("i"),
|
||||
})
|
||||
return err
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue