mautrix / python

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

allow raw dicts in MemoryStateStore #126

Closed bramenn closed 1 year ago

tulir commented 1 year ago

This is the wrong way around, the data should be parsed before storing in the dicts. set_encryption_info already does that, only set_power_levels is missing it