diff --git a/src/neochatroom.cpp b/src/neochatroom.cpp index 8a72db228..11cfce698 100644 --- a/src/neochatroom.cpp +++ b/src/neochatroom.cpp @@ -220,11 +220,6 @@ void NeoChatRoom::countChanged() QDateTime NeoChatRoom::lastActiveTime() { if (timelineSize() == 0) { - QTimer::singleShot(0, this, [=]() { - if (localUser()) { - getPreviousContent(10); - } - }); return QDateTime(); }