uses document border, easier to grab

This commit is contained in:
Santiago Lema 2025-05-10 01:19:14 -03:00
parent 38e8c87118
commit 2df9419ce2
6 changed files with 72 additions and 51 deletions

View file

@ -122,12 +122,12 @@ void Conversation::MessageReceived(BMessage *message) {
try {
// printf("full Reply as text:%s",body.text.value().String());
printf("full Reply as text:%s",body.text.value().String());
json parsed = json::parse(body.text.value().String());
printf("Parsed..\n");
std::string objType = parsed["object"];
printf("Reply of type object :%s\n", objType.c_str());
// printf("Reply of type object :%s\n", objType.c_str());
if (objType == "list") {
// printf("full Reply as text:%s",body.text.value().String());