From a9f319c9589e03419f0100d7e03aa9f3a1bbfcc8 Mon Sep 17 00:00:00 2001 From: spla Date: Sat, 7 Jan 2023 16:13:23 +0100 Subject: [PATCH] When query a not found server, we will be added if it's alive --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 299bb5e..960a04c 100644 --- a/README.md +++ b/README.md @@ -30,4 +30,5 @@ Within Python Virtual Environment: 2.3.2022 - Improved server nodeinfo detection. 4.1.2023 - Refactored. 4.1.2023 - Now peers are obtained from mastodon.social's peers list. -5.1.2023 - Added fediquery.py. Allow ask the main bot fediverse about `soft` and `server` and it replies to the asking user with its data if any. +5.1.2023 - Added fediquery.py. Allow ask the main bot fediverse about `soft` and `server` and it replies to the asking user with its data if any. +7.1.2023 - When querying a not found server, we will be added to database if it's alive.