Add button to reject invitation and ignore user

BUG: 474274
This commit is contained in:
Tobias Fella
2023-09-14 15:34:19 +00:00
parent 0e2275e415
commit 17ff5b4c56
4 changed files with 28 additions and 1 deletions

View File

@@ -794,6 +794,11 @@ public:
*/
Q_INVOKABLE void loadReply(const QString &eventId, const QString &replyId);
/**
* If we're invited to this room, the user that invited us. Undefined in other cases.
*/
Q_INVOKABLE Quotient::User *invitingUser() const;
private:
QSet<const Quotient::RoomEvent *> highlights;