aboutsummaryrefslogtreecommitdiffstats
path: root/matrix-room.c
diff options
context:
space:
mode:
authorRichard van der Hoff <richard@matrix.org>2015-10-22 15:36:26 +0100
committerRichard van der Hoff <richard@matrix.org>2015-10-22 15:36:26 +0100
commit8b8a74532d6998c58dbfc095e6e5feab1739a95b (patch)
treec8d5caa3ae928df73acfbb201882731a25e696ab /matrix-room.c
parente3911bbf52663436ddd185e7143693f4841f288d (diff)
downloadpurple-matrix-8b8a74532d6998c58dbfc095e6e5feab1739a95b.tar.gz
Implement a 'cancel' method for the matrix-api interface
We're going to need to do proper cancelling of API requests, which means passing around enough state to make that possible, so return the MatrixApiRequestData * from matrix_api_*.
Diffstat (limited to 'matrix-room.c')
-rw-r--r--matrix-room.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/matrix-room.c b/matrix-room.c
index 4cc369a..191e5d2 100644
--- a/matrix-room.c
+++ b/matrix-room.c
@@ -286,7 +286,7 @@ void _event_send_bad_response(MatrixAccount *ma, gpointer user_data,
static void _send_queued_event(PurpleConversation *conv)
{
- PurpleUtilFetchUrlData *fetch_data;
+ MatrixApiRequestData *fetch_data;
MatrixAccount *acct;
MatrixRoomEvent *event;