maelstrom-rs / maelstrom

High performance Matrix Home Server in rust.
Apache License 2.0
245 stars 16 forks source link

Hopefully finish ruma_identifiers migration #118

Closed sparky8251 closed 4 years ago

sparky8251 commented 4 years ago

Now have DeviceId migrated to ruma_identifiers. Also used built in DeviceId generator.

DeviceId is defined as pub type DeviceId = String and is merely used for more clear syntax. The generated IDs are 8 random alphanumeric chars.

chrisabruce commented 4 years ago

Thanks again!! on a roll now.