From 60e8728bf4b191fdc3c33c4ed9eba460879b986a Mon Sep 17 00:00:00 2001 From: Thomas Ritter Date: Wed, 21 Aug 2024 13:49:47 +0200 Subject: [PATCH] Clarify timer_started_at - one timer per user --- sections/activities.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sections/activities.md b/sections/activities.md index de7c959..4a76c55 100644 --- a/sections/activities.md +++ b/sections/activities.md @@ -20,7 +20,7 @@ Activities contain among the standard fields also: - User (creator) Attributes `remote_service`, `remote_id` und `remote_url` are set by the MOCO Browser extension and represent a ticket in an external system (Trello, Jira, etc.) that this activity's time was spent on. -`timer_started_at` is `null` for all activities and shows a timestamp if the timer is running on an activity. A timer can only be running on one activity at a time. +`timer_started_at` is `null` for all activities and shows a timestamp if the timer is running on an activity. A timer can only be running on one activity at a time per user. ```json {