This commit is contained in:
lda
2026-04-18 05:19:43 +07:00 Verified
parent 5bc35026b0
commit dcfc2850ab
+2 -1
View File
@@ -66,7 +66,8 @@ pub async fn get_with_handle(
for attr in msg.attributes {
match attr {
AddressAttribute::Address(addr) | AddressAttribute::Local(addr)
if local.is_none() => {
if local.is_none() =>
{
local = addr.to_string().parse().ok();
}
AddressAttribute::Broadcast(addr) => {