merge: Expand Mandatory CW feature and fixup block/mute/silence features (resolves #809, #910, #912, #943, #1064, #1142, and #1186) (!1148)
View MR for information: https://activitypub.software/TransFem-org/Sharkey/-/merge_requests/1148 Closes #809, #910, #912, #943, #1064, #1142, and #1186 Approved-by: dakkar <dakkar@thenautilus.net> Approved-by: Marie <github@yuugi.dev>
This commit is contained in:
commit
741e612508
125 changed files with 3195 additions and 1338 deletions
|
|
@ -65,6 +65,7 @@ describe('NoteCreateService', () => {
|
|||
renoteUserHost: null,
|
||||
renoteUserInstance: null,
|
||||
processErrors: [],
|
||||
mandatoryCW: null,
|
||||
};
|
||||
|
||||
const poll: IPoll = {
|
||||
|
|
|
|||
|
|
@ -48,6 +48,7 @@ const base: MiNote = {
|
|||
renoteUserHost: null,
|
||||
renoteUserInstance: null,
|
||||
processErrors: [],
|
||||
mandatoryCW: null,
|
||||
};
|
||||
|
||||
describe('misc:is-renote', () => {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue