libpurple/protocols/facebook/api.c

branch
facebook
changeset 37319
0b631c061fb5
parent 37318
870dfcff28e3
child 37321
5631c25850cc
equal deleted inserted replaced
37318:870dfcff28e3 37319:0b631c061fb5
1017 1017
1018 while (fb_json_values_update(values, &err)) { 1018 while (fb_json_values_update(values, &err)) {
1019 id = fb_json_values_next_int(values, 0); 1019 id = fb_json_values_next_int(values, 0);
1020 1020
1021 if (g_hash_table_remove(priv->msgids, &id)) { 1021 if (g_hash_table_remove(priv->msgids, &id)) {
1022 g_print("GOT OUR OWN MESSAGE!\n");
1023 continue; 1022 continue;
1024 } 1023 }
1025 1024
1026 fb_api_message_reset(&msg, FALSE); 1025 fb_api_message_reset(&msg, FALSE);
1027 uid = fb_json_values_next_int(values, 0); 1026 uid = fb_json_values_next_int(values, 0);

mercurial