Support binding 3PIDs

Closes network/neochat#565
This commit is contained in:
James Graham
2024-05-31 09:25:42 +00:00
parent ab4af48e52
commit 227ebd610a
11 changed files with 521 additions and 69 deletions

View File

@@ -103,6 +103,11 @@ public:
*/
Q_INVOKABLE void remove3PId(const QString &threePId, const QString &type);
/**
* @brief Remove the given 3PID.
*/
Q_INVOKABLE void unbind3PId(const QString &threePId, const QString &type);
/**
* @brief Go back a step in the process.
*/