Updated to the fixed version of libQuic

pull/960/head
Morgan Pretty 2 months ago
parent 4b4c69a533
commit fa7a584cc5

3
.gitignore vendored

@ -30,3 +30,6 @@ Index/
# CocoaPods
Pods
# VSCode
.vscode

@ -1 +1 @@
Subproject commit e49e379fe2f40256d7b57aaca4f211c905096c29
Subproject commit 56e75ac289ac325ac26940f94a685ff80e68ca91

@ -425,9 +425,9 @@ public struct ProfileManager {
newProfileKey = try Randomness.generateRandomBytes(numberBytes: ProfileManager.avatarAES256KeyByteLength)
fileExtension = {
switch guessedFormat {
case .gif: return "gif"
case .webp: return "webp"
default: return "jpg"
case .gif: return "gif" // stringlint:disable
case .webp: return "webp" // stringlint:disable
default: return "jpg" // stringlint:disable
}
}()
}

Loading…
Cancel
Save