I believe I finally solved the boost hard mute issue (took 3 hours)
This commit is contained in:
parent
e617463ea7
commit
52f521941c
1 changed files with 1 additions and 1 deletions
|
@ -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({
|
||||||
|
|
Loading…
Reference in a new issue