From f26549a2ddf1d9a3c5c4bfaf654b05d3861dbb7f Mon Sep 17 00:00:00 2001 From: Steve Manuel Date: Mon, 31 Oct 2016 00:37:25 -0700 Subject: initial code to support approving pending content --- system/api/external.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'system/api') diff --git a/system/api/external.go b/system/api/external.go index 4d52f48..4a42eb5 100644 --- a/system/api/external.go +++ b/system/api/external.go @@ -24,7 +24,7 @@ type Externalable interface { type Mergeable interface { // Approve copies an external post to the internal collection and triggers // a re-sort of its content type posts - Approve() error + Approve(req *http.Request) error } func externalPostsHandler(res http.ResponseWriter, req *http.Request) { -- cgit v1.2.3