Skip to content
Snippets Groups Projects
This project is mirrored from https://github.com/Nheko-Reborn/nheko.git. Pull mirroring updated .
  1. Mar 17, 2021
  2. Mar 05, 2021
  3. Feb 10, 2021
  4. Dec 16, 2020
  5. Nov 30, 2020
  6. Nov 25, 2020
  7. Oct 27, 2020
  8. Oct 22, 2020
  9. Oct 20, 2020
  10. Oct 07, 2020
  11. Oct 03, 2020
  12. Oct 01, 2020
  13. Jul 30, 2020
  14. Jun 07, 2020
  15. May 15, 2020
  16. May 02, 2020
  17. Apr 30, 2020
    • Nicolas Werner's avatar
      Don't store pending receipts in cache · e6fcccc8
      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.
      e6fcccc8
  18. Feb 20, 2020
  19. Jan 31, 2020
  20. Jan 26, 2020
  21. Dec 15, 2019
  22. Dec 14, 2019
  23. Nov 23, 2019
  24. Aug 26, 2019
  25. Aug 20, 2019
  26. Aug 13, 2019
  27. Aug 10, 2019
    • Joe Donofry's avatar
      Fix linting issues w/ the last commit · 7c7889a0
      Joe Donofry authored
      Verified
      7c7889a0
    • Joe Donofry's avatar
      Cache User Mentions · 3f563e1e
      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.
      Verified
      3f563e1e
  28. Aug 06, 2019
  29. Jul 03, 2019
  30. Feb 25, 2019
  31. Feb 24, 2019
Loading