Merge branch 'develop' into feature/2024.10

This commit is contained in:
dakkar 2024-12-08 19:03:16 +00:00
commit 9937ff39be
32 changed files with 1958 additions and 274 deletions

View file

@ -886,7 +886,7 @@ export class ClientServerService {
});
if (note == null) return;
if (note.visibility !== 'public') return;
if (['specified', 'followers'].includes(note.visibility)) return;
if (note.userHost != null) return;
const _note = await this.noteEntityService.pack(note, null, { detail: true });