@wireapp/core 20.7.0 → 20.7.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/CHANGELOG.md CHANGED
@@ -3,6 +3,17 @@
3
3
  All notable changes to this project will be documented in this file.
4
4
  See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
5
5
 
6
+ ## [20.7.1](https://github.com/wireapp/wire-web-packages/tree/main/packages/core/compare/@wireapp/core@20.7.0...@wireapp/core@20.7.1) (2022-01-12)
7
+
8
+
9
+ ### Bug Fixes
10
+
11
+ * **core:** Map domain for image asset messages ([d583feb](https://github.com/wireapp/wire-web-packages/tree/main/packages/core/commit/d583feb722a98d35c272fc862346ea7968cf0040))
12
+
13
+
14
+
15
+
16
+
6
17
  # [20.7.0](https://github.com/wireapp/wire-web-packages/tree/main/packages/core/compare/@wireapp/core@20.6.2...@wireapp/core@20.7.0) (2022-01-12)
7
18
 
8
19
 
package/package.json CHANGED
@@ -69,6 +69,6 @@
69
69
  "test:project": "yarn dist && yarn test",
70
70
  "test:node": "nyc jasmine --config=jasmine.json"
71
71
  },
72
- "version": "20.7.0",
73
- "gitHead": "1a6fb30acd29c57b1da60c3b0ccc467fdd2b36c7"
72
+ "version": "20.7.1",
73
+ "gitHead": "1b719fb2f17b9a06a2ef95783e328d44c9e2a714"
74
74
  }
@@ -349,6 +349,7 @@ class ConversationService {
349
349
  const remoteData = protocol_messaging_1.Asset.RemoteData.create({
350
350
  assetId: asset.key,
351
351
  assetToken: asset.token,
352
+ assetDomain: asset.domain,
352
353
  otrKey: asset.keyBytes,
353
354
  sha256: asset.sha256,
354
355
  });