Skip to content

Don't allow empty message bodies

akwizgran requested to merge 1240-no-empty-messages into master

This branch moves the rejection of empty message bodies from the client layer down to the sync layer. All our clients already reject messages with empty bodies.

Another small part of #1240.

Merge request reports