Implement signature upload for own master key

This commit is contained in:
Nicolas Werner 2020-10-08 16:17:38 +02:00
parent 7b6fab3373
commit cd43147b77
4 changed files with 52 additions and 2 deletions

View file

@ -3591,6 +3591,7 @@ init(const QString &user_id)
qRegisterMetaType<QMap<QString, RoomInfo>>();
qRegisterMetaType<std::map<QString, RoomInfo>>();
qRegisterMetaType<std::map<QString, mtx::responses::Timeline>>();
qRegisterMetaType<mtx::responses::QueryKeys>();
instance_ = std::make_unique<Cache>(user_id);
}