mirror of
https://github.com/discourse/discourse.git
synced 2025-02-20 13:24:58 +08: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