summary refs log tree commit diff
path: root/src/Cache.h
diff options
context:
space:
mode:
authorJoseph Donofry <joedonofry@gmail.com>2019-08-06 08:16:19 -0400
committerJoseph Donofry <joedonofry@gmail.com>2019-08-06 08:16:19 -0400
commit41dc420edd2cb96d9a4d7deb15d1ef9984fecdcc (patch)
tree7aeebb6065094f04234baafe53d6b2fcdf56bdcb /src/Cache.h
parentCache user mentions (diff)
downloadnheko-41dc420edd2cb96d9a4d7deb15d1ef9984fecdcc.tar.xz
Fix linting issues
Diffstat (limited to 'src/Cache.h')
-rw-r--r--src/Cache.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/Cache.h b/src/Cache.h

index 4d675721..5971df66 100644 --- a/src/Cache.h +++ b/src/Cache.h
@@ -407,7 +407,8 @@ public: const std::string &room_id, const mtx::responses::Notifications &res); //! Get timeline items that a user was mentions in - mtx::responses::Notifications getTimelineMentions(lmdb::txn &txn, const std::string &room_id); + mtx::responses::Notifications getTimelineMentions(lmdb::txn &txn, + const std::string &room_id); //! Remove old unused data. void deleteOldMessages();