Skip to content
Snippets Groups Projects
This project is mirrored from https://github.com/Nheko-Reborn/nheko.git. Pull mirroring updated .
  1. Jun 07, 2020
  2. May 15, 2020
  3. May 02, 2020
  4. 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
  5. Feb 20, 2020
  6. Jan 31, 2020
  7. Jan 26, 2020
  8. Dec 15, 2019
  9. Dec 14, 2019
  10. Nov 23, 2019
  11. Aug 26, 2019
  12. Aug 20, 2019
  13. Aug 13, 2019
  14. 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
  15. Aug 06, 2019
  16. Jul 03, 2019
  17. Feb 25, 2019
  18. Feb 24, 2019
  19. Jan 26, 2019
    • Joe Donofry's avatar
      Update user colors to use Cache vs Utils · 2ba51c82
      Joe Donofry authored
      User colors are now stored in cache.  This is consistent
      with other similar variables.  I think there's a bug
      right now where it doesn't properly refresh colors
      for the TimeLineItem when the theme is changed.
      2ba51c82
  20. Sep 28, 2018
  21. Sep 15, 2018
  22. Sep 13, 2018
  23. Sep 01, 2018
  24. Aug 25, 2018
  25. Jul 22, 2018
  26. Jul 17, 2018
  27. Jun 30, 2018
  28. Jun 28, 2018
  29. Jun 18, 2018
  30. Jun 14, 2018
  31. Jun 13, 2018
  32. Jun 12, 2018
  33. Jun 10, 2018
  34. Jun 09, 2018
Loading