This project is mirrored from https://github.com/Nheko-Reborn/nheko.git.
Pull mirroring updated .
- Oct 20, 2020
-
-
Nicolas Werner authored
-
- Oct 07, 2020
-
-
Nicolas Werner authored
-
- Oct 03, 2020
-
-
Nicolas Werner authored
-
- Oct 01, 2020
-
-
Nicolas Werner authored
-
- Sep 08, 2020
-
-
Nicolas Werner authored
-
- Aug 24, 2020
-
-
CH Chethan Reddy authored
-
- Aug 09, 2020
-
-
Nicolas Werner authored
-
- Jul 30, 2020
-
-
CH Chethan Reddy authored
-
CH Chethan Reddy authored
-
CH Chethan Reddy authored
-
- Jul 19, 2020
-
-
Nicolas Werner authored
-
- Jul 18, 2020
-
-
Nicolas Werner authored
-
- Jul 12, 2020
-
-
Nicolas Werner authored
-
- Jul 09, 2020
-
-
Nicolas Werner authored
-
Nicolas Werner authored
-
- Jul 08, 2020
-
-
Nicolas Werner authored
-
- Jul 06, 2020
-
-
Nicolas Werner authored
-
- Jul 05, 2020
-
-
Nicolas Werner authored
-
- Jul 04, 2020
-
-
Nicolas Werner authored
-
- Jul 03, 2020
-
-
Nicolas Werner authored
-
- Jun 07, 2020
-
-
Nicolas Werner authored
-
- May 02, 2020
-
-
Nicolas Werner authored
-
- Apr 30, 2020
-
-
Nicolas Werner authored
We don't get notified for every message. Sometimes we only get a read receipt for the newest message, which means old read receipts accumulate in the database. This least to some considerable CPU overhead, when checking if the timeline should be notified for new read receipts. Instead just always notify, since that has far less overhead in the worst case and doesn't need complicated cache cleanup. The old pending_receipts db is not removed for now. It should still have minimal storage overhead and we don't have a good mechanism for cache format upgrades atm.
-
- Apr 10, 2020
-
-
Nicolas Werner authored
-
- Feb 24, 2020
-
-
Nicolas Werner authored
This may increase the db size by a factor of 1000 in the worst case and it will need some fixes, when we decide to not show some events in the timeline, but it should work for now.
-
- Feb 20, 2020
-
-
Nicolas Werner authored
-
- Jan 31, 2020
-
-
Nicolas Werner authored
-
Nicolas Werner authored
-
- Jan 26, 2020
-
-
Nicolas Werner authored
-
- Dec 15, 2019
-
-
Nicolas Werner authored
-
- Dec 14, 2019
-
-
Nicolas Werner authored
-
Nicolas Werner authored
-
- Nov 23, 2019
-
-
Nicolas Werner authored
-
- Aug 26, 2019
-
-
Nicolas Werner authored
-
- Aug 20, 2019
-
-
Joe Donofry authored
-
- Aug 13, 2019
-
-
Joe Donofry authored
Mentions are now loaded from the cache instead of directly from the web request. Mentions are also properly saved to the cache now (instead of as empty strings). Still lots of tweaks left on this feature.
-
- Aug 10, 2019
-
-
Joe Donofry authored
-
Joe Donofry authored
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.
-
- Aug 06, 2019
-
-
Joe Donofry authored
-
Joe Donofry authored
-