Search publishers endpoint

🎨 Optimize publishers code structure
This commit is contained in:
2026-02-03 00:06:47 +08:00
parent 463245e915
commit 3532ca00a8
4 changed files with 72 additions and 51 deletions

View File

@@ -51,4 +51,4 @@ public class RemoteAccountService(AccountService.AccountServiceClient accounts)
.Select(SnAccountStatus.FromProtoValue)
.ToDictionary(s => s.AccountId, s => s);
}
}
}