Cache User Mentions
Cache user mentions when they are retrieved from the server. This logic currently isn't being utilized by the UI. Additionally, the app should use a 'since' value to only get mentions newer than those stored in the DB, to avoid excessive web requests. This will be implemented in a future commit.
Showing
- CMakeLists.txt 2 additions, 4 deletionsCMakeLists.txt
- src/Cache.cpp 58 additions, 8 deletionssrc/Cache.cpp
- src/Cache.h 13 additions, 7 deletionssrc/Cache.h
- src/ChatPage.cpp 21 additions, 8 deletionssrc/ChatPage.cpp
- src/ChatPage.h 4 additions, 2 deletionssrc/ChatPage.h
- src/UserMentionsWidget.cpp 0 additions, 309 deletionssrc/UserMentionsWidget.cpp
- src/UserMentionsWidget.h 0 additions, 164 deletionssrc/UserMentionsWidget.h
- src/popups/UserMentions.cpp 8 additions, 1 deletionsrc/popups/UserMentions.cpp
- src/popups/UserMentions.h 6 additions, 1 deletionsrc/popups/UserMentions.h
Loading
Please register or sign in to comment