Remove loading forcing to load every room

This commit is contained in:
Carl Schwan
2020-12-01 19:17:43 +01:00
parent ae35846035
commit 372a60cec9

View File

@@ -220,11 +220,6 @@ void NeoChatRoom::countChanged()
QDateTime NeoChatRoom::lastActiveTime()
{
if (timelineSize() == 0) {
QTimer::singleShot(0, this, [=]() {
if (localUser()) {
getPreviousContent(10);
}
});
return QDateTime();
}