summaryrefslogtreecommitdiff
path: root/src/database/database.hpp
diff options
context:
space:
mode:
authorlouiz’ <louiz@louiz.org>2018-04-24 19:13:10 +0200
committerlouiz’ <louiz@louiz.org>2018-04-24 20:25:39 +0200
commita90f196a1ce779d502baf0aadff6e6917fec8a02 (patch)
treeecd826fcb245083ce75d6cd5d6c0bc5836d4b2a7 /src/database/database.hpp
parentb70136b96e579e8d38a30a298f885899cb80514c (diff)
downloadbiboumi-a90f196a1ce779d502baf0aadff6e6917fec8a02.tar.gz
biboumi-a90f196a1ce779d502baf0aadff6e6917fec8a02.tar.bz2
biboumi-a90f196a1ce779d502baf0aadff6e6917fec8a02.tar.xz
biboumi-a90f196a1ce779d502baf0aadff6e6917fec8a02.zip
Revert "Use the Date to find a next page in RSM, not the id"
This reverts commit 5ef7ba08028065b03d51d1dc70bb35aeb41ae19d.
Diffstat (limited to 'src/database/database.hpp')
-rw-r--r--src/database/database.hpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/database/database.hpp b/src/database/database.hpp
index b4c4fa0..75ff8f3 100644
--- a/src/database/database.hpp
+++ b/src/database/database.hpp
@@ -135,7 +135,7 @@ class Database
*/
static std::vector<MucLogLine> get_muc_logs(const std::string& owner, const std::string& chan_name, const std::string& server,
int limit=-1, const std::string& start="", const std::string& end="",
- const std::string& reference_record_id={}, Paging=Paging::first);
+ const Id::real_type reference_record_id=Id::unset_value, Paging=Paging::first);
/**
* Get just one single record matching the given uuid, between (optional) end and start.