mautrix / python

A Python 3 asyncio Matrix framework.
Mozilla Public License 2.0
183 stars 74 forks source link

Keep config file permissions #161

Open Bludator opened 1 year ago

Bludator commented 1 year ago

The config files are updated by swapping with new temp file, but this cause loss of the permissions information. This PR fixes it by copying the permissions to the new file.