aboutsummaryrefslogtreecommitdiff
path: root/room.h
diff options
context:
space:
mode:
Diffstat (limited to 'room.h')
-rw-r--r--room.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/room.h b/room.h
index bef66b86..989692de 100644
--- a/room.h
+++ b/room.h
@@ -181,6 +181,8 @@ namespace QMatrixClient
void kickMember(const QString& memberId, const QString& reason = {});
void ban(const QString& userId, const QString& reason = {});
void unban(const QString& userId);
+ void redactEvent(const QString& eventId,
+ const QString& reason = {});
/** Mark all messages in the room as read */
void markAllMessagesAsRead();