bulk-expand silenced notes

This commit is contained in:
Hazelnoot 2025-07-26 20:32:00 -04:00
parent 32ae618ca6
commit b76bb672d9
4 changed files with 4 additions and 0 deletions

View file

@ -58,6 +58,7 @@ function onExpandNote(note: Misskey.entities.Note) {
user: {
[note.user.id]: {
userMandatoryCW: null,
isSilenced: false,
},
},
instance: {

View file

@ -89,6 +89,7 @@ function onExpandNote(note: Misskey.entities.Note) {
user: {
[note.user.id]: {
userMandatoryCW: null,
isSilenced: false,
},
},
instance: {

View file

@ -60,6 +60,7 @@ function onExpandNote(note: Misskey.entities.Note) {
user: {
[note.user.id]: {
userMandatoryCW: null,
isSilenced: false,
},
},
instance: {

View file

@ -267,6 +267,7 @@ function onExpandMute(note: Misskey.entities.Note) {
[props.user.id]: {
userMandatoryCW: null,
instanceMandatoryCW: null,
isSilenced: false,
},
},
});