summary refs log tree commit diff
path: root/src/Cache.h
diff options
context:
space:
mode:
authorNicolas Werner <nicolas.werner@hotmail.de>2022-10-13 17:19:54 +0200
committerNicolas Werner <nicolas.werner@hotmail.de>2022-10-13 17:55:07 +0200
commit37009906bb3521db3ae77a0bb39a6943b7ccdec0 (patch)
tree612c6360194266ebb83f96016ff37e6626d57ad6 /src/Cache.h
parentBump mtxclient (diff)
downloadnheko-37009906bb3521db3ae77a0bb39a6943b7ccdec0.tar.xz
Evaluate push rules locally
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();