bulk-expand silenced notes
This commit is contained in:
parent
32ae618ca6
commit
b76bb672d9
4 changed files with 4 additions and 0 deletions
|
|
@ -58,6 +58,7 @@ function onExpandNote(note: Misskey.entities.Note) {
|
|||
user: {
|
||||
[note.user.id]: {
|
||||
userMandatoryCW: null,
|
||||
isSilenced: false,
|
||||
},
|
||||
},
|
||||
instance: {
|
||||
|
|
|
|||
|
|
@ -89,6 +89,7 @@ function onExpandNote(note: Misskey.entities.Note) {
|
|||
user: {
|
||||
[note.user.id]: {
|
||||
userMandatoryCW: null,
|
||||
isSilenced: false,
|
||||
},
|
||||
},
|
||||
instance: {
|
||||
|
|
|
|||
|
|
@ -60,6 +60,7 @@ function onExpandNote(note: Misskey.entities.Note) {
|
|||
user: {
|
||||
[note.user.id]: {
|
||||
userMandatoryCW: null,
|
||||
isSilenced: false,
|
||||
},
|
||||
},
|
||||
instance: {
|
||||
|
|
|
|||
|
|
@ -267,6 +267,7 @@ function onExpandMute(note: Misskey.entities.Note) {
|
|||
[props.user.id]: {
|
||||
userMandatoryCW: null,
|
||||
instanceMandatoryCW: null,
|
||||
isSilenced: false,
|
||||
},
|
||||
},
|
||||
});
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue