Fix adding comment when no activity entry is present
Signed-off-by: Julius Härtl <jus@bitgrid.net>
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user