summary refs log tree commit diff
path: root/src/Cache.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/Cache.h')
-rw-r--r--src/Cache.h7
1 files changed, 0 insertions, 7 deletions
diff --git a/src/Cache.h b/src/Cache.h

index 7ea659ec..bb779866 100644 --- a/src/Cache.h +++ b/src/Cache.h
@@ -118,9 +118,6 @@ setCurrentFormat(); bool runMigrations(); -QMap<QString, mtx::responses::Notifications> -getTimelineMentions(); - //! Retrieve all the user ids from a room. std::vector<std::string> roomMembers(const std::string &room_id); @@ -178,10 +175,6 @@ removeReadNotification(const std::string &event_id); bool isNotificationSent(const std::string &event_id); -//! Add all notifications containing a user mention to the db. -void -saveTimelineMentions(const mtx::responses::Notifications &res); - //! Remove old unused data. void deleteOldMessages();