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:
Marie 2025-09-25 20:05:46 +02:00
commit 741e612508
125 changed files with 3195 additions and 1338 deletions

View file

@ -65,6 +65,7 @@ describe('NoteCreateService', () => {
renoteUserHost: null,
renoteUserInstance: null,
processErrors: [],
mandatoryCW: null,
};
const poll: IPoll = {

View file

@ -48,6 +48,7 @@ const base: MiNote = {
renoteUserHost: null,
renoteUserInstance: null,
processErrors: [],
mandatoryCW: null,
};
describe('misc:is-renote', () => {