Closed sparky8251 closed 4 years ago
Now have DeviceId migrated to ruma_identifiers. Also used built in DeviceId generator.
DeviceId
ruma_identifiers
DeviceId is defined as pub type DeviceId = String and is merely used for more clear syntax. The generated IDs are 8 random alphanumeric chars.
pub type DeviceId = String
Thanks again!! on a roll now.
Now have
DeviceId
migrated toruma_identifiers
. Also used built inDeviceId
generator.DeviceId
is defined aspub type DeviceId = String
and is merely used for more clear syntax. The generated IDs are 8 random alphanumeric chars.