Page MenuHomePhorge

Let Filehandler react to eventContent modification
ClosedPublic

Authored by nannanko on Sep 18 2025, 6:32 AM.
Tags
None
Referenced Files
F29385306: D232.1767998800.diff
Thu, Jan 8, 2:46 PM
F29207776: D232.1767965506.diff
Thu, Jan 8, 5:31 AM
F29166197: D232.1767957578.diff
Thu, Jan 8, 3:19 AM
F29128835: D232.1767950301.diff
Thu, Jan 8, 1:18 AM
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
Branch
nannanko/filehandler-eventcontent-change
Lint
No Lint Coverage
Unit
No Test Coverage
Build Status
Buildable 510
Build 1002: Invoke BuildbotBuildbot build #737
Build 1001: arc lint + arc unit

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.Tue, Jan 6, 9:15 PM