From c9a1bf2d336cc5718cdf327f37cfdf87dc0e2705 Mon Sep 17 00:00:00 2001 From: hmhealey Date: Mon, 10 Aug 2015 12:05:45 -0400 Subject: Changed post drafts to maintain a store a unique id for each file upload to fix issues with duplicate file names --- model/file.go | 1 + 1 file changed, 1 insertion(+) (limited to 'model/file.go') diff --git a/model/file.go b/model/file.go index 7f5a3f916..3d38ddbd1 100644 --- a/model/file.go +++ b/model/file.go @@ -19,6 +19,7 @@ var ( type FileUploadResponse struct { Filenames []string `json:"filenames"` + ClientIds []string `json:"client_ids"` } func FileUploadResponseFromJson(data io.Reader) *FileUploadResponse { -- cgit v1.2.3-1-g7c22