Open Spencer-Mosley opened 6 months ago
this code in post setMemberListTokens(currentClassroom.userTokens); pulls the tokens from the list but we could have it pull the emails and look up each users token array
this is the code in comment.js that looks at the hard coded tokens. setpostCommenterListTokens(route.params.item.commenterTokens);
fix it client side for now and will make a issue to handle it server side so it gets implemented later
to do this, just update the push notification logic when the logic gets push. Could update this in client but probably should be moved to a server side function. First step is to look at the existing push logic and figure out from there