From e90b4b8580da9f4d026aad64e54cb1b7c1cacc66 Mon Sep 17 00:00:00 2001 From: Andreas Nedbal Date: Fri, 1 Mar 2024 20:48:51 +0100 Subject: [PATCH] Add Bluesky link to sharing options --- app/controllers/ajax/answer_controller.rb | 1 + 1 file changed, 1 insertion(+) diff --git a/app/controllers/ajax/answer_controller.rb b/app/controllers/ajax/answer_controller.rb index 172c5d11..3674e887 100644 --- a/app/controllers/ajax/answer_controller.rb +++ b/app/controllers/ajax/answer_controller.rb @@ -73,6 +73,7 @@ class Ajax::AnswerController < AjaxController url: answer_share_url(answer), text: prepare_tweet(answer, nil, true), twitter: twitter_share_url(answer), + bluesky: bluesky_share_url(answer), tumblr: tumblr_share_url(answer), telegram: telegram_share_url(answer), custom: CGI.escape(prepare_tweet(answer)),