Correct the spelling of sensitive
This commit is contained in:
parent
2ccbcfe14d
commit
48920165ef
1 changed files with 1 additions and 1 deletions
|
@ -220,7 +220,7 @@ func (c *Client) PostStatus(ctx context.Context, toot *Toot) (*Status, error) {
|
|||
params.Set("visibility", fmt.Sprint(toot.Visibility))
|
||||
}
|
||||
if toot.Sensitive {
|
||||
params.Set("senstitive", "true")
|
||||
params.Set("sensitive", "true")
|
||||
}
|
||||
if toot.SpoilerText != "" {
|
||||
params.Set("spoiler_text", toot.SpoilerText)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue