Fix channel search when custom scrollback limit is used (#4496)

This commit is contained in:
kornes
2023-04-01 12:34:34 +00:00
committed by GitHub
parent 92c9137d10
commit b209c50b01
3 changed files with 6 additions and 2 deletions
+1
View File
@@ -28,6 +28,7 @@ Channel::Channel(const QString &name, Type type)
: completionModel(*this)
, lastDate_(QDate::currentDate())
, name_(name)
, messages_(getSettings()->scrollbackSplitLimit)
, type_(type)
{
}