diff options
Diffstat (limited to 'lib/room.h')
-rw-r--r-- | lib/room.h | 4 |
1 files changed, 3 insertions, 1 deletions
@@ -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; |