From e1c576288266581237f503ffacbd19bba6c76a8e Mon Sep 17 00:00:00 2001 From: Aevann Date: Thu, 4 Apr 2024 08:33:03 +0200 Subject: [PATCH] restore author search on non private profiles or self --- files/routes/search.py | 3 --- 1 file changed, 3 deletions(-) diff --git a/files/routes/search.py b/files/routes/search.py index 993464ca0..385b49dca 100644 --- a/files/routes/search.py +++ b/files/routes/search.py @@ -25,9 +25,6 @@ valid_params = [ 'effortpost', ] -if SITE == 'rdrama.net': - valid_params.remove('author') #to stop the doxing, if u see this, pls dont tell anyone - def searchparse(text): text = text.lower()