Skip to content

Commit

Permalink
update changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
Esurio committed Jul 21, 2024
1 parent 7ca502c commit 2663f59
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions CHANGELOG_engawa.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@

### Server
- feat: isIndexableプロパティ
- 「設定>プライバシー>「公開ノートをインデックス化」」をオフにすると、あなたのノートが検索に引っ掛からなくなります

### Misc

Expand Down
2 changes: 1 addition & 1 deletion packages/backend/src/core/activitypub/ApAudienceService.ts
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ import { ApPersonService } from './models/ApPersonService.js';
import type { ApObject } from './type.js';
import type { Resolver } from './ApResolverService.js';

type Visibility = 'public' | 'home' | 'followers' | 'specified';
type Visibility = 'public' | 'home' | 'followers' | 'specified' | 'private';

type AudienceInfo = {
visibility: Visibility,
Expand Down

0 comments on commit 2663f59

Please sign in to comment.