Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Exif: dispatch nodeWrittenEvent #1331

Merged
merged 1 commit into from
Nov 16, 2024

Conversation

rolandinus
Copy link

When metadata/EXIF data are written in Memories, the native Nextcloud metadata handling isn't triggered since $file->touch() alone doesn't propagate these changes. This PR adds dispatching of the nodeWritten event to ensure proper metadata synchronization.
Most EXIF tags are not present in the metadata one gets with the native $file->getMetadata() anyway, but e.g. the important copyright tag is.
Also other apps might depend on this event to properly handle changes.

Signed-off-by: roland <kontakt@scheidel.at>
@pulsejet pulsejet merged commit 388f50b into pulsejet:master Nov 16, 2024
1 of 3 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants