This commit is contained in:
2022-11-05 20:20:39 -04:00
parent 6a5d67f537
commit b0366304a1
3 changed files with 10 additions and 2 deletions
+5 -1
View File
@@ -213,7 +213,11 @@ function processOutJson($in, $out) {
"msg" => $out["msg_${key}"],
"msg_id" => $out["msg_id_${key}"],
"msg_date" => $out["msg_date_${key}"],
"msg_from" => $out["msg_from_${key}"]
"msg_from" => $out["msg_from_${key}"],
"reply" => $out["reply_${key}"],
"message_mode" => $out["message_mode_${key}"],
"uid" => $out["uid_${key}"],
"memo" => $out["memo_${key}"]
);
}
break;