GregSutcliffe / maubot-meetings

A Maubot plugin for running meetings in Matrix
Other
9 stars 5 forks source link

Prevent comment duplication when saving config file. #47

Open webpigeon opened 3 months ago

webpigeon commented 3 months ago

For some reason, setting the default value for the config to be {} This causes the comment below to be duplicated.

Other plugins set sensible defaults or placeholders instead of a blank dictionary.

This sets defaults based on the ansible (discourse) backend and seems to prevent the duplication.