I believe I finally solved the boost hard mute issue (took 3 hours)

This commit is contained in:
naskya 2023-05-05 15:32:47 +09:00
parent e617463ea7
commit 52f521941c
No known key found for this signature in database
GPG Key ID: 164DFF24E2D40139

View File

@ -355,7 +355,7 @@ export default async (
) )
.then((us) => { .then((us) => {
for (const u of us) { for (const u of us) {
getWordHardMute(note, { id: u.userId }, u.mutedWords).then( getWordHardMute(data, { id: u.userId }, u.mutedWords).then(
(shouldMute) => { (shouldMute) => {
if (shouldMute) { if (shouldMute) {
MutedNotes.insert({ MutedNotes.insert({