Basic thread filtering

The reply pagination logic is a bit weird rn though.
This commit is contained in:
Nicolas Werner 2022-10-06 01:39:30 +02:00
parent a87f1be688
commit 857d9cf2b6
No known key found for this signature in database
GPG key ID: C8D75E610773F2D9
5 changed files with 135 additions and 4 deletions

View file

@ -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,