clarify in content hider if label is on overall account

This commit is contained in:
bryan newbold
2025-10-22 23:05:29 -07:00
parent d4d5d6d8b9
commit 71221c9a91
2 changed files with 8 additions and 1 deletions
@@ -28,6 +28,7 @@ export interface ModerationCauseDescription {
sourceType?: ModerationCauseSource['type']
sourceAvi?: string
sourceDid?: string
subjectAccount?: bool
}
export function useModerationCauseDescription(
@@ -162,6 +163,7 @@ export function useModerationCauseDescription(
sourceType: cause.source.type,
sourceAvi: labeler?.creator.avatar,
sourceDid: cause.label.src,
subjectAccount: cause.label.uri.startsWith('did:'),
}
}
// should never happen