From 3bb11d747d3a315855b0c87c0a9b50115f4f6975 Mon Sep 17 00:00:00 2001 From: Daniel Schalla Date: Tue, 14 May 2019 22:18:33 +0200 Subject: [PATCH] Add Error and Help to reserved name list (#10845) --- model/utils.go | 2 ++ 1 file changed, 2 insertions(+) diff --git a/model/utils.go b/model/utils.go index 030b6abc29..8293966fbe 100644 --- a/model/utils.go +++ b/model/utils.go @@ -346,6 +346,8 @@ var reservedName = []string{ "post", "api", "oauth", + "error", + "help", } func IsValidChannelIdentifier(s string) bool {