This project is mirrored from https://github.com/Nheko-Reborn/nheko.git.
Pull mirroring updated .
- May 02, 2021
-
-
Nicolas Werner authored
-
- Mar 17, 2021
-
-
Nicolas Werner authored
-
- Mar 05, 2021
-
-
Nicolas Werner authored
-
- Feb 10, 2021
-
-
Nicolas Werner authored
Does not fix the read status yet, for that we need to compare read receipts for all events after the last visible event.
-
- Dec 16, 2020
-
-
Nicolas Werner authored
-
- Nov 30, 2020
-
-
Nicolas Werner authored
-
Nicolas Werner authored
-
Nicolas Werner authored
-
- Nov 25, 2020
-
-
Nicolas Werner authored
-
Nicolas Werner authored
-
- Oct 27, 2020
-
-
Nicolas Werner authored
-
- Oct 22, 2020
-
-
Nicolas Werner authored
-
- Oct 20, 2020
-
-
Nicolas Werner authored
-
- Oct 07, 2020
-
-
Nicolas Werner authored
-
- Oct 03, 2020
-
-
Nicolas Werner authored
-
- Oct 01, 2020
-
-
Nicolas Werner authored
-
- Jul 30, 2020
-
-
CH Chethan Reddy authored
-
CH Chethan Reddy authored
-
CH Chethan Reddy authored
-
- Jun 07, 2020
-
-
Nicolas Werner authored
-
- May 15, 2020
-
-
CH Chethan Reddy authored
-
CH Chethan Reddy 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.
-
- Feb 20, 2020
-
-
Nicolas Werner authored
-
- Jan 31, 2020
-
-
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
-
- Jul 03, 2019
-
-
Nicolas Werner authored
-
- Feb 25, 2019
-
-
Joe Donofry authored
-