The fix does not solve the problem of missing friend tweets. The wrong query string is still being used in the downloadHistory method in microblog.cpp. The code should look something like this. if (m_password.isEmpty()) { query = Qstring("NoAuth:%...@2"); } else if (m_includeFriends) { query = QString("TimelineWithFriends:%...@2"); } else { query = QString("Timeline:%...@2"); }
-- KDE Microblogs plasmoid does not show friend timelines nor public timeline https://bugs.launchpad.net/bugs/414572 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs