From ea66bd539dec12ef2846c23e505593f9f9d9fac3 Mon Sep 17 00:00:00 2001 From: r Date: Sat, 14 Dec 2019 18:12:48 +0000 Subject: Focus relevant status on like, retweet and reply --- service/auth.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'service/auth.go') diff --git a/service/auth.go b/service/auth.go index cb442a7..5ee2001 100644 --- a/service/auth.go +++ b/service/auth.go @@ -142,7 +142,7 @@ func (s *authService) UnRetweet(ctx context.Context, client io.Writer, c *mastod return s.Service.UnRetweet(ctx, client, c, id) } -func (s *authService) PostTweet(ctx context.Context, client io.Writer, c *mastodon.Client, content string, replyToID string) (err error) { +func (s *authService) PostTweet(ctx context.Context, client io.Writer, c *mastodon.Client, content string, replyToID string) (id string, err error) { c, err = s.getClient(ctx) if err != nil { return -- cgit v1.2.3