subscribe to profiles
This commit is contained in:
@@ -29,9 +29,7 @@ postDB = (DB)=>{
|
||||
const id = DB.ObjectID(postid);
|
||||
let update = {
|
||||
$unset:{
|
||||
reactions:{
|
||||
[userid]: {}
|
||||
}
|
||||
["reactions." + profileid]: ""
|
||||
},
|
||||
$set: {
|
||||
lastUpdated: new Date()
|
||||
|
||||
Reference in New Issue
Block a user