mirror of
https://github.com/appwrite/appwrite.git
synced 2026-05-26 13:51:13 +00:00
6b0c24a9d6
accessedAt should only be updated when a user performs some sort of action. Creating a user via the users API or by adding them to a team is an action done by someone else, not the user themselves. As such, the accessedAt timestamp shouldn't update.