mirror of
https://github.com/appwrite/appwrite
synced 2026-05-06 06:48:22 +00:00
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. |
||
|---|---|---|
| .. | ||
| account.php | ||
| avatars.php | ||
| console.php | ||
| databases.php | ||
| functions.php | ||
| graphql.php | ||
| health.php | ||
| locale.php | ||
| migrations.php | ||
| project.php | ||
| projects.php | ||
| proxy.php | ||
| storage.php | ||
| teams.php | ||
| users.php | ||
| vcs.php | ||