Page MenuHomePhorge

Let Filehandler react to eventContent modification
ClosedPublic

Authored by nannanko on Sep 18 2025, 6:32 AM.
Tags
None
Referenced Files
F43164583: D232.1771376829.diff
Mon, Feb 16, 5:07 PM
F43164254: D232.1771376767.diff
Mon, Feb 16, 5:06 PM
F43164144: D232.1771376747.diff
Mon, Feb 16, 5:05 PM
F43139033: D232.1771371703.diff
Mon, Feb 16, 3:41 PM
F43139023: D232.1771371702.diff
Mon, Feb 16, 3:41 PM
F43139017: D232.1771371701.diff
Mon, Feb 16, 3:41 PM
F43082197: D232.1771360057.diff
Mon, Feb 16, 12:27 PM
F43082192: D232.1771360056.diff
Mon, Feb 16, 12:27 PM
Subscribers
None

Details

Summary

Now FileHandler.qml can react to eventContent modification.

Type: fix

Test Plan

Varify unit tests pass.

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)

nannanko removed a reviewer: servant.

mxcUri, sha256, key, iv can be combined into one object.

properties can be turned into a helper function that returns the object.

Use helper function instead of useless properties

tusooa requested changes to this revision.Sep 27 2025, 6:58 PM
tusooa added inline comments.
src/contents/ui/FileHandler.qml
71
148–151

mediaId property has been removed, I don't think it can still be accessed

This revision now requires changes to proceed.Sep 27 2025, 6:58 PM
tusooa retitled this revision from Let Filehandler react to eventCnotent modification to Let Filehandler react to eventContent modification.Oct 4 2025, 7:02 PM

Fixed incorrect use of mediaId, add test for auto track downloading job.

nannanko marked 2 inline comments as done.

Rebase to servant

This revision is now accepted and ready to land.Jan 6 2026, 9:15 PM