-
-
Notifications
You must be signed in to change notification settings - Fork 2.3k
Open
Labels
Description
⚠️ This issue respects the following points: ⚠️
- This is a bug, not a question or a configuration/webserver/proxy issue.
- This issue is not already reported on Github (I've searched it).
- I agree to follow Monica's Code of Conduct.
Bug description
Monica updates contact updated_at date when listed
Steps to reproduce
- When listing contacts in version 4.x
- All displayed contacts are uptated
- Typical request executed in DB:
15163 Prepare updatecontacts
setuuid
= ?,contacts
.updated_at
= ? whereid
= ?
15163 Execute updatecontacts
setuuid
= '2917ce9d-2830-44cc-9548-7e9dfadb3929',contacts
.updated_at
= '2023-12-15 08:47:40' whereid
= 1
Expected behavior
At list, no modification has been done into the contact. I should expect no update.
Besides, this slows down list drastically!
Environment
Your own self-hosted instance (monica v4)
Version of Monica
4.0.0
Installation method
Docker image
Web server
Nginx
Database engine version
MariaDB
Additional info
No response