summary refs log tree commit diff
path: root/src/MainWindow.cpp
diff options
context:
space:
mode:
authorNicolas Werner <nicolas.werner@hotmail.de>2022-10-06 01:39:30 +0200
committerNicolas Werner <nicolas.werner@hotmail.de>2022-10-06 16:16:24 +0200
commit857d9cf2b6c649feb7557ed82bf7b98b63aa376e (patch)
treef902243343c7a1d8398de9246bded319d432887f /src/MainWindow.cpp
parentTranslated using Weblate (Finnish) (diff)
downloadnheko-857d9cf2b6c649feb7557ed82bf7b98b63aa376e.tar.xz
Basic thread filtering
The reply pagination logic is a bit weird rn though.
Diffstat (limited to '')
-rw-r--r--src/MainWindow.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/MainWindow.cpp b/src/MainWindow.cpp

index 63cf2844..1d743844 100644 --- a/src/MainWindow.cpp +++ b/src/MainWindow.cpp
@@ -46,6 +46,7 @@ #include "encryption/DeviceVerificationFlow.h" #include "encryption/SelfVerificationStatus.h" #include "timeline/DelegateChooser.h" +#include "timeline/TimelineFilter.h" #include "timeline/TimelineViewManager.h" #include "ui/HiddenEvents.h" #include "ui/MxcAnimatedImage.h" @@ -186,6 +187,7 @@ MainWindow::registerQmlTypes() qmlRegisterType<LoginPage>("im.nheko", 1, 0, "Login"); qmlRegisterType<RegisterPage>("im.nheko", 1, 0, "Registration"); qmlRegisterType<HiddenEvents>("im.nheko", 1, 0, "HiddenEvents"); + qmlRegisterType<TimelineFilter>("im.nheko", 1, 0, "TimelineFilter"); qmlRegisterUncreatableType<RoomSummary>( "im.nheko", 1,