fix lowecasing of muted instances.

This commit is contained in:
piuvas 2025-05-27 14:13:32 -03:00
parent 79c4c79386
commit 4234a68b3e
No known key found for this signature in database

View file

@ -32,7 +32,7 @@ const autochange = ref(false);
async function save() {
let mutes = instanceMutes.value
.trim().split('\n')
.map(el => el.toLowercase().trim())
.map(el => el.toLowerCase().trim())
.filter(el => el);
await misskeyApi('i/update', {