From b0551c2164ff519ac8fcd2df5ff5a72655779f2f Mon Sep 17 00:00:00 2001 From: Kitsune Ral Date: Fri, 3 Aug 2018 17:07:38 +0900 Subject: Connection::sendMessage: mark as tentative ...and therefore deprecated for use in clients _yet_. --- lib/connection.h | 1 + 1 file changed, 1 insertion(+) (limited to 'lib/connection.h') diff --git a/lib/connection.h b/lib/connection.h index 48ca2232..3b747d08 100644 --- a/lib/connection.h +++ b/lib/connection.h @@ -422,6 +422,7 @@ namespace QMatrixClient SendToDeviceJob* sendToDevices(const QString& eventType, const UsersToDevicesToEvents& eventsMap) const; + /** \deprecated This method is experimental and may be removed any time */ SendMessageJob* sendMessage(const QString& roomId, const RoomEvent& event) const; -- cgit v1.2.3