mirror of
https://github.com/discourse/discourse.git
synced 2025-02-25 18:55:32 -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
|
include HasDestroyedWebHook
|
||||||
|
|
||||||
RESERVED_TAGS = [
|
RESERVED_TAGS = [
|
||||||
'c',
|
|
||||||
'none'
|
'none'
|
||||||
]
|
]
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user