fix: Re-update the user and app status when recieve_handshake is called (#54)

Also enabled assetProtocol for better caching in general

Signed-off-by: quexeky <git@quexeky.dev>
This commit is contained in:
quexeky
2025-06-06 12:09:44 +10:00
committed by GitHub
parent c13ee0b17f
commit 57a0046224
5 changed files with 30 additions and 6 deletions
+7
View File
@@ -2212,6 +2212,12 @@ dependencies = [
"serde",
]
[[package]]
name = "http-range"
version = "0.1.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "21dec9db110f5f872ed9699c3ecf50cf16f423502706ba5c72462e28d3157573"
[[package]]
name = "http-serde"
version = "1.1.3"
@@ -5247,6 +5253,7 @@ dependencies = [
"gtk",
"heck 0.5.0",
"http 1.3.1",
"http-range",
"jni",
"libc",
"log",