I believe I finally solved the boost hard mute issue (took 3 hours)
This commit is contained in:
parent
e617463ea7
commit
52f521941c
|
@ -355,7 +355,7 @@ export default async (
|
|||
)
|
||||
.then((us) => {
|
||||
for (const u of us) {
|
||||
getWordHardMute(note, { id: u.userId }, u.mutedWords).then(
|
||||
getWordHardMute(data, { id: u.userId }, u.mutedWords).then(
|
||||
(shouldMute) => {
|
||||
if (shouldMute) {
|
||||
MutedNotes.insert({
|
||||
|
|
Loading…
Reference in New Issue