diff --git a/client/src/utils/fcm-handler.js b/client/src/utils/fcm-handler.js index 116ae7a21..07193e8b6 100644 --- a/client/src/utils/fcm-handler.js +++ b/client/src/utils/fcm-handler.js @@ -23,9 +23,9 @@ export default async function FcmHandler({ client, payload }) { updated_at(oldupdated0) { return new Date(); }, - messages_aggregate(cached) { - return { aggregate: { count: cached.aggregate.count + 1 } }; - }, + // messages_aggregate(cached) { + // return { aggregate: { count: cached.aggregate.count + 1 } }; + // }, }, }); break;