From 05e6d1bd9baaed6c6dd6f5bd872053c39df2544a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?KMY=EF=BC=88=E9=9B=AA=E3=81=82=E3=81=99=E3=81=8B=EF=BC=89?= Date: Mon, 1 Apr 2024 08:54:57 +0900 Subject: [PATCH] =?UTF-8?q?Fix:=20`threads.net`=E3=81=AE=E3=82=A4=E3=83=B3?= =?UTF-8?q?=E3=82=B9=E3=82=BF=E3=83=B3=E3=82=B9=E6=83=85=E5=A0=B1=E3=81=AE?= =?UTF-8?q?=E3=83=95=E3=82=A7=E3=83=83=E3=83=81=E3=81=8C=E6=AD=A2=E3=81=BE?= =?UTF-8?q?=E3=82=89=E3=81=AA=E3=81=84=E5=95=8F=E9=A1=8C=20(#681)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app/workers/activitypub/fetch_instance_info_worker.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/workers/activitypub/fetch_instance_info_worker.rb b/app/workers/activitypub/fetch_instance_info_worker.rb index 1b25c2a551..fb71106e25 100644 --- a/app/workers/activitypub/fetch_instance_info_worker.rb +++ b/app/workers/activitypub/fetch_instance_info_worker.rb @@ -30,7 +30,7 @@ class ActivityPub::FetchInstanceInfoWorker update_info!(link) true - rescue Mastodon::UnexpectedResponseError + rescue true end