refactor publishing formatting and transmitting to happen together
petrjasek opened this issue · 0 comments
petrjasek commented
Problem
atm when we publish text item with embedded pictures or featured media we need to get output specific reference for binary while formatting.
Proposal
instead of formatting when we enqueue it could happen in single run during transmission task.
then formatter should get transmitter and be able to call some transmit_binary
method which would return href for the file.