Skip to content

[BasicIndexingJob] Ignore filename based mimetype for empty files

Stefan Brüns requested to merge work/bruns/zerosize into master

The content based mimetype for empty files is "application/x-zerosize", and this would be set by the FileContentIndexer.

Instead of postponing the mimetype update to the content indexer run, just set it and skip the content indexer completely.

CCBUG: 420339

Merge request reports