From 54039100fe05e8daf03274ea5c56ca8dab341e9b Mon Sep 17 00:00:00 2001
From: Mark Felder <feld@FreeBSD.org>
Date: Tue, 23 Jun 2020 11:17:26 -0500
Subject: [PATCH 1/2] Remove reference to defunct distsn.org

---
 config/description.exs | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/config/description.exs b/config/description.exs
index f9523936a..bc781e4c8 100644
--- a/config/description.exs
+++ b/config/description.exs
@@ -979,7 +979,7 @@ config :pleroma, :config_description, [
         key: :instance_thumbnail,
         type: :string,
         description:
-          "The instance thumbnail image. It will appear in [Pleroma Instances](http://distsn.org/pleroma-instances.html)",
+          "The instance thumbnail is the Mastodon landing page image and used by some apps to identify the instance.",
         suggestions: ["/instance/thumbnail.jpeg"]
       }
     ]

From f585622f852f4204f8f8dcaa6626ed4cd025edfe Mon Sep 17 00:00:00 2001
From: lain <lain@soykaf.club>
Date: Thu, 25 Jun 2020 10:17:16 +0000
Subject: [PATCH 2/2] Apply suggestion to config/description.exs

---
 config/description.exs | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/config/description.exs b/config/description.exs
index bc781e4c8..5ed7f753e 100644
--- a/config/description.exs
+++ b/config/description.exs
@@ -979,7 +979,7 @@ config :pleroma, :config_description, [
         key: :instance_thumbnail,
         type: :string,
         description:
-          "The instance thumbnail is the Mastodon landing page image and used by some apps to identify the instance.",
+          "The instance thumbnail can be any image that represents your instance and is used by some apps or services when they display information about your instance.",
         suggestions: ["/instance/thumbnail.jpeg"]
       }
     ]