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 e32e02b135
commit 0e80f59dc6

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({