Skip to content

mod_happydev_muc_admin: Force newly-created rooms to persistent

Matthew Wild requested to merge issue-441 into master

This works around the fact that the version of Prosody we are using only sets room defaults from the config when room creation is triggered via a join, and they are not set when created via the internal API.

Fixes sib-app#441

Merge request reports