Bunch small things: Notifs for react, subsplash...

This commit is contained in:
aeroreyna
2022-12-28 22:54:19 -05:00
parent 6b6f263821
commit 1f3cc06470
10 changed files with 686 additions and 295 deletions

View File

@@ -216,9 +216,10 @@ userDB = (DB) => {
}
DB.setProfileToken = (profileid, token)=>{
if(!token) return false;
const _id = DB.ObjectID(profileid);
let update = {
$set:{
$addToSet:{
token
}
}