aboutsummaryrefslogtreecommitdiff
path: root/service/auth.go
diff options
context:
space:
mode:
authorr <r@freesoftwareextremist.com>2019-12-14 18:12:48 +0000
committerr <r@freesoftwareextremist.com>2019-12-14 18:12:48 +0000
commitea66bd539dec12ef2846c23e505593f9f9d9fac3 (patch)
tree17d40c5aaf44e87ea65e444e15e87e771ca947c0 /service/auth.go
parent787a197ad8cbce572152ee41b2a411b8d145285a (diff)
downloadbloat-ea66bd539dec12ef2846c23e505593f9f9d9fac3.tar.gz
bloat-ea66bd539dec12ef2846c23e505593f9f9d9fac3.zip
Focus relevant status on like, retweet and reply
Diffstat (limited to 'service/auth.go')
-rw-r--r--service/auth.go2
1 files changed, 1 insertions, 1 deletions
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