Sync MyStories using the ID not the name
This commit is contained in:
parent
6d1a27be5a
commit
782838c591
5 changed files with 14 additions and 18 deletions
|
@ -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;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue