0
Fork 0
mirror of https://github.com/TryGhost/Ghost.git synced 2025-02-03 23:00:14 -05:00
ghost/core/server/services/posts
Daniel Lockyer fce17d714e
Removed subscribed from email recipient filter validity check
- `subscribed` will soon cease to be a column on a member and I get errors
  in tests that stem from this block of code because it no longer exists
- AFAICT this block of code is only used to verify the filter is valid
  to filter on, which we should be able to do even if we remove
  `subscribed`
- this commit removes `subscribed` from the filter
2022-05-09 15:46:22 +01:00
..
post-scheduling-service.js 🔥 Removed versioned APIs 2022-04-28 15:37:09 +01:00
posts-service.js Removed subscribed from email recipient filter validity check 2022-05-09 15:46:22 +01:00