summary refs log tree commit diff
path: root/src/Cache.h
diff options
context:
space:
mode:
authorJoseph Donofry <joedonofry@gmail.com>2019-08-09 23:36:45 -0400
committerJoseph Donofry <joedonofry@gmail.com>2019-08-09 23:36:45 -0400
commit7c7889a04dbe798c28332a2d54ebd03f532fd00f (patch)
tree06d7f0e9b3a88ad2d131995f15149eb5f034f3eb /src/Cache.h
parentCache User Mentions (diff)
downloadnheko-7c7889a04dbe798c28332a2d54ebd03f532fd00f.tar.xz
Fix linting issues w/ the last commit
Diffstat (limited to 'src/Cache.h')
-rw-r--r--src/Cache.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Cache.h b/src/Cache.h

index 07ccf790..97b264fc 100644 --- a/src/Cache.h +++ b/src/Cache.h
@@ -482,7 +482,7 @@ private: //! Get timeline items that a user was mentions in for a given room mtx::responses::Notifications getTimelineMentionsForRoom(lmdb::txn &txn, - const std::string &room_id); + const std::string &room_id); QString getInviteRoomName(lmdb::txn &txn, lmdb::dbi &statesdb, lmdb::dbi &membersdb); QString getInviteRoomTopic(lmdb::txn &txn, lmdb::dbi &statesdb);