From f69624eb285402b238402a54e7a5168b087aa9c1 Mon Sep 17 00:00:00 2001 From: Daniel Supernault Date: Thu, 31 May 2018 20:31:53 -0600 Subject: [PATCH] Update RestrictedNames --- app/Util/Lexer/RestrictedNames.php | 5 ----- 1 file changed, 5 deletions(-) diff --git a/app/Util/Lexer/RestrictedNames.php b/app/Util/Lexer/RestrictedNames.php index eb820d40d..698b31cd2 100644 --- a/app/Util/Lexer/RestrictedNames.php +++ b/app/Util/Lexer/RestrictedNames.php @@ -128,11 +128,6 @@ class RestrictedNames { // Reserved route "i", - - // Official accounts - "pixelfed", - "pixelfed-support", - "pixelfed_support", ]; public static function get()