Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions changelog.d/1-api-changes/qualified-assets
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Add qualified v4 endpoints for downloading and deleting assets. The upload API is still on the same path, but the asset object it returns now contains a `domain` field. Note that federated behaviour is still not implemented.
2 changes: 1 addition & 1 deletion libs/cargohold-types/src/CargoHold/Types/V3.hs
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ where
import Data.ByteString.Conversion
import Data.Id
import Imports
import Wire.API.Asset.V3
import Wire.API.Asset

--------------------------------------------------------------------------------
-- Principal
Expand Down
Loading