diff options
author | Kitsune Ral <Kitsune-Ral@users.sf.net> | 2018-08-03 17:07:38 +0900 |
---|---|---|
committer | Kitsune Ral <Kitsune-Ral@users.sf.net> | 2018-08-03 17:07:38 +0900 |
commit | b0551c2164ff519ac8fcd2df5ff5a72655779f2f (patch) | |
tree | 521a4f7b0230374d3ac5c457d1866123feee5123 /lib/connection.h | |
parent | 85b09ebc7cbcf58f1802438f600a3eaeb2286887 (diff) | |
download | libquotient-b0551c2164ff519ac8fcd2df5ff5a72655779f2f.tar.gz libquotient-b0551c2164ff519ac8fcd2df5ff5a72655779f2f.zip |
Connection::sendMessage: mark as tentative
...and therefore deprecated for use in clients _yet_.
Diffstat (limited to 'lib/connection.h')
-rw-r--r-- | lib/connection.h | 1 |
1 files changed, 1 insertions, 0 deletions
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; |