mirror of
https://github.com/fallenbagel/jellyseerr.git
synced 2025-12-24 02:39:18 -05:00
fix(webpush): preserve original creation timestamp when updating subscriptions
Signed-off-by: 0xsysr3ll <0xsysr3ll@pm.me>
This commit is contained in:
@@ -214,7 +214,6 @@ router.post<
|
||||
existingByEndpoint.auth = req.body.auth;
|
||||
existingByEndpoint.p256dh = req.body.p256dh;
|
||||
existingByEndpoint.userAgent = req.body.userAgent;
|
||||
existingByEndpoint.createdAt = new Date();
|
||||
|
||||
await userPushSubRepository.save(existingByEndpoint);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user