mirror of
https://github.com/bggRGjQaUbCoE/PiliPlus.git
synced 2026-05-21 16:48:43 +00:00
upgrade protobuf
Signed-off-by: bggRGjQaUbCoE <githubaccount56556@proton.me>
This commit is contained in:
@@ -166,13 +166,11 @@ class ImGrpc {
|
||||
}
|
||||
|
||||
static Future<LoadingState<SetImSettingsReply>> setImSettings({
|
||||
PbMap<int, Setting>? settings,
|
||||
Map<int, Setting>? settings,
|
||||
}) {
|
||||
return GrpcReq.request(
|
||||
GrpcUrl.setImSettings,
|
||||
SetImSettingsReq(
|
||||
settings: settings?.entries,
|
||||
),
|
||||
SetImSettingsReq(settings: settings?.entries),
|
||||
SetImSettingsReply.fromBuffer,
|
||||
);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user