From bc1c2dfd654b8c6755d17905ea291c14a99afc5d Mon Sep 17 00:00:00 2001 From: aumetra Date: Thu, 12 Dec 2024 00:07:59 +0100 Subject: [PATCH] update docs --- lib/masto-id-convert/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/masto-id-convert/README.md b/lib/masto-id-convert/README.md index 66b06b34f..7f7347603 100644 --- a/lib/masto-id-convert/README.md +++ b/lib/masto-id-convert/README.md @@ -4,7 +4,7 @@ Convert a Mastodon snowflake ID into a UUID v7 while preserving the timestamp co ## How? -The unix timestamp is preserved as-is, the 2-bytes sequence is stretched out via the WyRand PRNG algorithm. +The unix timestamp is preserved as-is, the 2-bytes sequence is kept as-is since we expect the sequence to be already unique. ## Performance