mirror of
https://github.com/TryGhost/Ghost.git
synced 2025-01-27 22:49:56 -05:00
Added last_seen to authors routing config exclude
refs https://github.com/TryGhost/Toolbox/issues/503 - The "last_seen" property is not used in routing calculations. Without it the routing service was triggering an expensive process on each user login.
This commit is contained in:
parent
62e3caba2c
commit
a22799e133
1 changed files with 2 additions and 1 deletions
|
@ -128,7 +128,8 @@ module.exports = [
|
||||||
'accessibility',
|
'accessibility',
|
||||||
'meta_title',
|
'meta_title',
|
||||||
'meta_description',
|
'meta_description',
|
||||||
'tour'
|
'tour',
|
||||||
|
'last_seen'
|
||||||
],
|
],
|
||||||
filter: 'visibility:public',
|
filter: 'visibility:public',
|
||||||
shouldHavePosts: {
|
shouldHavePosts: {
|
||||||
|
|
Loading…
Add table
Reference in a new issue