Pulled that data from my context and the new ObjectID isn't getting added to the hiddenBy array. I feel like i'm missing something painfully obvious but wanted to be sure. Any insights?
Nvm, self inflicted pain.
I use the keep middleware and it is not currently smart enough to scan past mongodb commands to actual keys.
Just need to add keep(...keys, '$push') and it's working.
Feathers ^4.5.12
Pulled that data from my context and the new ObjectID isn't getting added to the hiddenBy array. I feel like i'm missing something painfully obvious but wanted to be sure. Any insights?