Bug 1779745 Comment 0 Edit History

Note: The actual edited comment in the bug view page will always show the original commenter’s name and original timestamp.

STR:
1. Select (TB generated) key in account manager e2ee settings
2. Chose "Export Public Key to File"
3. Chose a target location

Expected result:
The public key file is written

Actual result:
The file isn't written and the erro console contains the following error:
```
Uncaught (in promise) TypeError: idArrayMinimal is not iterable
    getMultiplePublicKeys chrome://openpgp/content/modules/RNP.jsm:3296
    extractPublicKeys chrome://openpgp/content/modules/keyRing.jsm:580
    openPgpExportPublicKey chrome://messenger/content/am-e2e.js:1360
```
STR:
1. Select (TB generated) key in account manager e2ee settings
2. Choose "Export Public Key to File"
3. Choose a target location

Expected result:
The public key file is written

Actual result:
The file isn't written and the erro console contains the following error:
```
Uncaught (in promise) TypeError: idArrayMinimal is not iterable
    getMultiplePublicKeys chrome://openpgp/content/modules/RNP.jsm:3296
    extractPublicKeys chrome://openpgp/content/modules/keyRing.jsm:580
    openPgpExportPublicKey chrome://messenger/content/am-e2e.js:1360
```

Back to Bug 1779745 Comment 0