mirror of
https://github.com/omnivore-app/omnivore.git
synced 2026-03-11 08:54:26 +00:00
Add posts and digest(s) to reserved names
This commit is contained in:
parent
1c48dcf636
commit
4169aa0f71
1 changed files with 3 additions and 0 deletions
|
|
@ -43,6 +43,8 @@ const RESERVED_NAMES = new Set([
|
|||
'create',
|
||||
'delete',
|
||||
'_debug',
|
||||
'digest',
|
||||
'digests',
|
||||
'discover',
|
||||
'direct_messages',
|
||||
'documentation',
|
||||
|
|
@ -110,6 +112,7 @@ const RESERVED_NAMES = new Set([
|
|||
'plans',
|
||||
'popular',
|
||||
'post',
|
||||
'posts',
|
||||
'postmaster',
|
||||
'privacy',
|
||||
'profile',
|
||||
|
|
|
|||
Loading…
Reference in a new issue