Open GoogleCodeExporter opened 9 years ago
Yes, We can integrate them into one function. ~~~~
Original comment by libfet...@gmail.com
on 20 Aug 2009 at 6:07
Take this~
Original comment by alsor.zhou
on 21 Aug 2009 at 1:03
Why we need to handle the hP=true/false? what's the different?
IMHO, if hP=true, means self, and false means the friends?
if (account->personal)
{
hP = true;
}
Original comment by alsor.zhou
on 21 Aug 2009 at 1:08
If we didn't update account's info, the personal of account will be NULL.
If we update it, It will be not.
Original comment by libfet...@gmail.com
on 21 Aug 2009 at 2:28
[deleted comment]
till r329, we can fetch self information when in second query. (see issue 114),
now
we need to wait on libfetion library delivery a 'user_info_update_completed'
event.
Moving to Priority-Low, since it's not a blocker.
Original comment by alsor.zhou
on 25 Aug 2009 at 7:25
When we got the account->personal 's value is NULL, we can ignore those info.
I think it is the best way for this issue. :-)
Original comment by libfet...@gmail.com
on 25 Aug 2009 at 7:44
Resolved in r330
Original comment by alsor.zhou
on 25 Aug 2009 at 3:10
Original issue reported on code.google.com by
alsor.zhou
on 20 Aug 2009 at 5:34