Don't use full dump for replies

This commit is contained in:
Nicolas Werner 2021-07-12 22:28:01 +02:00
parent f704e381c3
commit 9d6bc706ff
No known key found for this signature in database
GPG key ID: C8D75E610773F2D9
3 changed files with 29 additions and 20 deletions

View file

@ -178,6 +178,8 @@ TimelineViewManager::TimelineViewManager(CallManager *callManager, ChatPage *par
0,
"RoomSettingsModel",
"Room Settings needs to be instantiated on the C++ side");
qmlRegisterUncreatableType<TimelineModel>(
"im.nheko", 1, 0, "Room", "Room needs to be instantiated on the C++ side");
static auto self = this;
qmlRegisterSingletonType<MainWindow>(