From 86d7e3338c97903b14f22f0dd54a99bf15e21c69 Mon Sep 17 00:00:00 2001 From: Kumi Date: Mon, 8 Jan 2024 22:46:08 +0100 Subject: [PATCH] Updated Nitter service status and visibility in indices The long description for the Nitter service has been modified to more accurately reflect its current state of functionality. Additionally, Nitter has been made searchable as it has been included in both the index and simple search views, suggesting an improved service status or a change in policy regarding its visibility. --- services.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/services.json b/services.json index b459310..3103ac8 100644 --- a/services.json +++ b/services.json @@ -218,7 +218,7 @@ "name": "Nitter", "url": "https://nitter.private.coffee", "short_description": "Nitter is a privacy-friendly alternative front-end to Twitter.", - "long_description": "Nitter is a privacy-friendly alternative front-end to Twitter. It allows you to browse Twitter without being tracked. Currently broken.", + "long_description": "Nitter is a privacy-friendly alternative front-end to Twitter. It allows you to browse Twitter without being tracked. Currently not working so well.", "status": "NOK", "links": [ { @@ -232,8 +232,8 @@ ] } ], - "exclude_from_index": true, - "exclude_from_simple": true + "exclude_from_index": false, + "exclude_from_simple": false }, { "name": "Proxigram",