mirror of
https://github.com/dani-garcia/vaultwarden.git
synced 2025-12-11 09:13:02 +03:00
[PR #382] [MERGED] Loop through the iconlist until an icon is found #3735
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 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.