diff options
author | Kitsune Ral <Kitsune-Ral@users.sf.net> | 2018-11-23 15:38:59 +0900 |
---|---|---|
committer | Kitsune Ral <Kitsune-Ral@users.sf.net> | 2018-11-23 15:55:16 +0900 |
commit | 49ad563550ba9d2d03fc7a519ccb857a6d08791c (patch) | |
tree | c4beac95c51d29c78ca4826898a0d85344769268 /lib/connection.h | |
parent | 64799eaf667840c7f81d80810508d948f64f97d6 (diff) | |
download | libquotient-49ad563550ba9d2d03fc7a519ccb857a6d08791c.tar.gz libquotient-49ad563550ba9d2d03fc7a519ccb857a6d08791c.zip |
Room/Connection: don't save the just loaded room cache
Diffstat (limited to 'lib/connection.h')
-rw-r--r-- | lib/connection.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/connection.h b/lib/connection.h index 20a1f47e..32533b6e 100644 --- a/lib/connection.h +++ b/lib/connection.h @@ -677,7 +677,7 @@ namespace QMatrixClient /** * Completes loading sync data. */ - void onSyncSuccess(SyncData &&data); + void onSyncSuccess(SyncData &&data, bool fromCache = false); private: class Private; |