Remove updating of message count on outbound message.
This commit is contained in:
@@ -23,9 +23,9 @@ export default async function FcmHandler({ client, payload }) {
|
|||||||
updated_at(oldupdated0) {
|
updated_at(oldupdated0) {
|
||||||
return new Date();
|
return new Date();
|
||||||
},
|
},
|
||||||
messages_aggregate(cached) {
|
// messages_aggregate(cached) {
|
||||||
return { aggregate: { count: cached.aggregate.count + 1 } };
|
// return { aggregate: { count: cached.aggregate.count + 1 } };
|
||||||
},
|
// },
|
||||||
},
|
},
|
||||||
});
|
});
|
||||||
break;
|
break;
|
||||||
|
|||||||
Reference in New Issue
Block a user