574b040 Loop through the iconlist until an icon is found
9026cc8 Fixed issue when the iconlist is smaller then 5
📊 Changes
1 file changed (+23 additions, -13 deletions)
View changed files
📝src/api/icons.rs (+23 -13)
📄 Description
Loop for a maximum of 5 times through the iconlist or until a
successful download of an icon.
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.
## 📋 Pull Request Information
**Original PR:** https://github.com/dani-garcia/vaultwarden/pull/382
**Author:** [@BlackDex](https://github.com/BlackDex)
**Created:** 2/4/2019
**Status:** ✅ Merged
**Merged:** 2/4/2019
**Merged by:** [@dani-garcia](https://github.com/dani-garcia)
**Base:** `master` ← **Head:** `iter-iconlist`
---
### 📝 Commits (2)
- [`574b040`](https://github.com/dani-garcia/vaultwarden/commit/574b040142ab29d80baac134084c4a29ec0dab83) Loop through the iconlist until an icon is found
- [`9026cc8`](https://github.com/dani-garcia/vaultwarden/commit/9026cc8d426107f140f029a1a9a73da53beb2e1a) Fixed issue when the iconlist is smaller then 5
### 📊 Changes
**1 file changed** (+23 additions, -13 deletions)
<details>
<summary>View changed files</summary>
📝 `src/api/icons.rs` (+23 -13)
</details>
### 📄 Description
Loop for a maximum of 5 times through the iconlist or until a
successful download of an icon.
---
<sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.
📋 Pull Request Information
Original PR: https://github.com/dani-garcia/vaultwarden/pull/382
Author: @BlackDex
Created: 2/4/2019
Status: ✅ Merged
Merged: 2/4/2019
Merged by: @dani-garcia
Base:
master← Head:iter-iconlist📝 Commits (2)
574b040Loop through the iconlist until an icon is found9026cc8Fixed issue when the iconlist is smaller then 5📊 Changes
1 file changed (+23 additions, -13 deletions)
View changed files
📝
src/api/icons.rs(+23 -13)📄 Description
Loop for a maximum of 5 times through the iconlist or until a
successful download of an icon.
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.