diff options
author | Kelly Rauchenberger <fefferburbia@gmail.com> | 2016-05-22 21:25:29 -0400 |
---|---|---|
committer | Kelly Rauchenberger <fefferburbia@gmail.com> | 2016-05-22 21:25:29 -0400 |
commit | ac260cef3c8c035e3975a8c412553b25cb2b6c06 (patch) | |
tree | ef4b7ab7f981d4c31b36b8146cc66d7ad2f723bf /src/client.cpp | |
parent | 62f6aae6c313b2a2a493c5147ec831a66eba01ff (diff) | |
download | libtwittercpp-ac260cef3c8c035e3975a8c412553b25cb2b6c06.tar.gz libtwittercpp-ac260cef3c8c035e3975a8c412553b25cb2b6c06.tar.bz2 libtwittercpp-ac260cef3c8c035e3975a8c412553b25cb2b6c06.zip |
Fixed retweet detection
Because a retweet is a tweet referenced from another tweet, the current implementation dynamically allocates memory for the retweeted status and has to manually copy the pointed to data around. It's not a very pretty implementation and may get tweaked at some point soon. I don't like having to implement the big five.
Diffstat (limited to 'src/client.cpp')
0 files changed, 0 insertions, 0 deletions