aboutsummaryrefslogtreecommitdiff
path: root/jobs/roommessagesjob.h
diff options
context:
space:
mode:
authorKitsune Ral <Kitsune-Ral@users.sf.net>2017-02-26 19:35:09 +0900
committerKitsune Ral <Kitsune-Ral@users.sf.net>2017-02-28 12:31:39 +0900
commit81b6d940218a212a37e3c600c66fbe9a7476f433 (patch)
tree5f13ad36a17ae21be647c8062528bbae0ed67a72 /jobs/roommessagesjob.h
parent6c6b5b1bc18e16d0b40b674c8a48e0104ec73729 (diff)
downloadlibquotient-81b6d940218a212a37e3c600c66fbe9a7476f433.tar.gz
libquotient-81b6d940218a212a37e3c600c66fbe9a7476f433.zip
Room: Make sure an event with the same id isn't added twice to the timeline; forbid empty event id's
Added assertions and enhanced debug messages along the way
Diffstat (limited to 'jobs/roommessagesjob.h')
-rw-r--r--jobs/roommessagesjob.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/jobs/roommessagesjob.h b/jobs/roommessagesjob.h
index 348217cc..fd6a131d 100644
--- a/jobs/roommessagesjob.h
+++ b/jobs/roommessagesjob.h
@@ -35,7 +35,7 @@ namespace QMatrixClient
FetchDirectory dir = FetchDirectory::Backwards, int limit=10);
virtual ~RoomMessagesJob();
- Events events();
+ Events releaseEvents();
QString end();
protected: