mirror of
https://iceshrimp.dev/limepotato/jormungandr-bite.git
synced 2024-11-29 13:27:31 -07:00
I believe I finally solved the boost hard mute issue (took 3 hours)
This commit is contained in:
parent
e32e02b135
commit
0e80f59dc6
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