Skip to content

Commit

Permalink
Fix adding comment when no activity entry is present
Browse files Browse the repository at this point in the history
Signed-off-by: Julius Härtl <jus@bitgrid.net>
  • Loading branch information
juliusknorr committed Oct 9, 2018
1 parent 8e3fa71 commit 4bd7f4f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion js/service/ActivityService.js
Original file line number Diff line number Diff line change
Expand Up @@ -154,7 +154,7 @@ class ActivityService {
}
if (typeof this.since[type][id] === 'undefined') {
this.since[type][id] = {
latest: 0,
latest: -1,
oldestCatchedUp: false,
oldest: '0',
finished: false,
Expand Down

0 comments on commit 4bd7f4f

Please sign in to comment.