Page MenuHomePhorge

Disable show KIO status notification when cache files
ClosedPublic

Authored by nannanko on Nov 10 2024, 1:42 AM.

Details

Summary

Show KIO status notification only when the user manually download something.

Type: fix

Test Plan
  1. Open a room containing files that need to be cached.
  1. Wait for a while and check that the files are cached and displayed correctly (e.g. images and avatars).

Unit tests will be added along with T114.

Diff Detail

Repository
rK kazv
Lint
Lint Not Applicable
Unit
Tests Not Applicable

Event Timeline

Please add a changelog type to the summary, using the following format:

Type: (add|remove|skip|security|fix)

tusooa removed a reviewer: servant.
tusooa requested changes to this revision.Nov 12 2024, 5:04 PM

When you need to use a boolean constant as an argument, almost always use a comment to indicate what exactly it is referring to (unless it is very clear by the function name).

src/kazv-io-manager.cpp
86
101
118
121
This revision now requires changes to proceed.Nov 12 2024, 5:04 PM
nannanko marked 4 inline comments as done.

Add comment for boolean arguments

This revision is now accepted and ready to land.Nov 15 2024, 3:58 PM