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:
Naz 2023-01-24 12:18:19 +08:00
parent 62e3caba2c
commit a22799e133
No known key found for this signature in database

View File

@ -128,7 +128,8 @@ module.exports = [
'accessibility',
'meta_title',
'meta_description',
'tour'
'tour',
'last_seen'
],
filter: 'visibility:public',
shouldHavePosts: {