Show AccountData in Devtools

This commit is contained in:
Tobias Fella
2024-02-21 21:22:07 +01:00
parent 38acfe04b9
commit e0ce5d9544
5 changed files with 53 additions and 0 deletions

View File

@@ -113,6 +113,11 @@ public:
*/
Q_INVOKABLE void openOrCreateDirectChat(Quotient::User *user);
/**
* @brief Get the account data with \param type as a formatted JSON string.
*/
Q_INVOKABLE QString accountDataJsonString(const QString &type) const;
qsizetype directChatNotifications() const;
qsizetype homeNotifications() const;
bool directChatInvites() const;