libpurple/protocols/facebook/api.c

changeset 38183
6d85d309f8e4
parent 37638
66ee77378d82
child 38184
69b44723d52c
equal deleted inserted replaced
38161:671723ed2a42 38183:6d85d309f8e4
2172 FbId mid; 2172 FbId mid;
2173 gchar *json; 2173 gchar *json;
2174 JsonBuilder *bldr; 2174 JsonBuilder *bldr;
2175 2175
2176 mid = FB_API_MSGID(g_get_real_time() / 1000, g_random_int()); 2176 mid = FB_API_MSGID(g_get_real_time() / 1000, g_random_int());
2177 priv->lastmid = mid;
2177 2178
2178 if (msg->tid != 0) { 2179 if (msg->tid != 0) {
2179 tpfx = "tfbid_"; 2180 tpfx = "tfbid_";
2180 id = msg->tid; 2181 id = msg->tid;
2181 } else { 2182 } else {

mercurial