Implement signature upload for own master key
This commit is contained in:
parent
7b6fab3373
commit
cd43147b77
4 changed files with 52 additions and 2 deletions
|
|
@ -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);
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue