From 52c5cc1e9bb4978cee156a6f583afc3be9709773 Mon Sep 17 00:00:00 2001 From: Dustin Long Date: Mon, 2 Mar 2020 15:23:22 -0500 Subject: [PATCH] fix(history): Include the foreign field in history requests --- base/log.go | 1 + 1 file changed, 1 insertion(+) diff --git a/base/log.go b/base/log.go index 6a7ec7dbc..166a3cd14 100644 --- a/base/log.go +++ b/base/log.go @@ -35,6 +35,7 @@ func DatasetLog(ctx context.Context, r repo.Repo, ref reporef.DatasetRef, limit, } } } + versions[i].Foreign = !local } } return versions, nil