mirror of
https://github.com/discourse/discourse.git
synced 2024-11-26 02:40:53 -06:00
FIX: Allow 'c' as a tag (#10305)
The new tag routes allow the use of tag 'c'.
This commit is contained in:
parent
4ef389bc04
commit
d2380a01b6
@ -5,7 +5,6 @@ class Tag < ActiveRecord::Base
|
||||
include HasDestroyedWebHook
|
||||
|
||||
RESERVED_TAGS = [
|
||||
'c',
|
||||
'none'
|
||||
]
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user