Skip to content

Commit

Permalink
Clarify timer_started_at - one timer per user
Browse files Browse the repository at this point in the history
  • Loading branch information
nethad authored Aug 21, 2024
1 parent 8b4253a commit 60e8728
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sections/activities.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
{
Expand Down

0 comments on commit 60e8728

Please # to comment.