@@ -302,7 +302,7 @@ std::string notification_lobby_public_data(const AnyElement& lobby_data,
302302 {" c" , AnyElement{RESPONSE_LOBBY_DATA }},
303303 {" d" ,
304304 AnyElement{boost::container::flat_map<std::string, AnyElement>{
305- {" d" , lobby_data}, {" _p " , AnyElement{false }}, {" id" , AnyElement{command_id}}}}}}}
305+ {" d" , lobby_data}, {" _pr " , AnyElement{false }}, {" id" , AnyElement{command_id}}}}}}}
306306 .to_string ();
307307}
308308
@@ -313,7 +313,7 @@ std::string notification_lobby_private_data(const AnyElement& lobby_data,
313313 {" c" , AnyElement{RESPONSE_LOBBY_DATA }},
314314 {" d" ,
315315 AnyElement{boost::container::flat_map<std::string, AnyElement>{
316- {" d" , lobby_data}, {" _p " , AnyElement{true }}, {" id" , AnyElement{command_id}}}}}}}
316+ {" d" , lobby_data}, {" _pr " , AnyElement{true }}, {" id" , AnyElement{command_id}}}}}}}
317317 .to_string ();
318318}
319319
@@ -333,7 +333,7 @@ std::string notification_peer_public_data(const AnyElement& peer_data, const std
333333 {" d" , peer_data},
334334 {" p" , AnyElement{from_peer}},
335335 {" tp" , AnyElement{target_peer}},
336- {" _p " , AnyElement{false }}}}}}}
336+ {" _pr " , AnyElement{false }}}}}}}
337337 .to_string ();
338338}
339339
@@ -346,7 +346,7 @@ std::string notification_peer_private_data(const AnyElement& peer_data,
346346 {" d" , AnyElement{peer_data}},
347347 {" p" , AnyElement{from_peer}},
348348 {" tp" , AnyElement{target_peer}},
349- {" _p " , AnyElement{true }}}}}}}
349+ {" _pr " , AnyElement{true }}}}}}}
350350 .to_string ();
351351}
352352
0 commit comments