Cleanup
This commit is contained in:
@ -6,6 +6,7 @@ import (
|
||||
"github.com/mattn/go-mastodon"
|
||||
)
|
||||
|
||||
// Toot publishes a toot on Mastodon
|
||||
func (m *Mastodon) Toot(message string) error {
|
||||
_, err := m.client.PostStatus(context.Background(), &mastodon.Toot{
|
||||
Status: message,
|
||||
|
Reference in New Issue
Block a user