Sync MyStories using the ID not the name

This commit is contained in:
Josh Perez 2022-08-03 20:10:05 -04:00 committed by GitHub
parent 6d1a27be5a
commit 782838c591
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
5 changed files with 14 additions and 18 deletions

View file

@ -84,7 +84,7 @@ export async function sendStoryMessage(
return acc;
}
const uuid = UUID.fromString(id);
const uuid = UUID.cast(id);
if (inBlockList.has(uuid)) {
return acc;
}