aboutsummaryrefslogtreecommitdiff
path: root/lib/room.h
diff options
context:
space:
mode:
Diffstat (limited to 'lib/room.h')
-rw-r--r--lib/room.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/lib/room.h b/lib/room.h
index bdf4e1c1..cdec9567 100644
--- a/lib/room.h
+++ b/lib/room.h
@@ -323,7 +323,9 @@ namespace QMatrixClient
Q_INVOKABLE FileTransferInfo fileTransferInfo(const QString& id) const;
/** Pretty-prints plain text into HTML
- * This includes HTML escaping of <,>,",& and URLs linkification.
+ * As of now, it's exactly the same as QMatrixClient::prettyPrint();
+ * in the future, it will also linkify room aliases, mxids etc.
+ * using the room context.
*/
QString prettyPrint(const QString& plainText) const;