parent
							
								
									e2772c5942
								
							
						
					
					
						commit
						078cfbcd19
					
				|  | @ -242,12 +242,12 @@ const isLong = shouldCollapsed(appearNote.value, urls.value ?? []); | |||
| const collapsed = ref(appearNote.value.cw == null && isLong); | ||||
| const isDeleted = ref(false); | ||||
| const muted = ref(checkMute(appearNote.value, $i?.mutedWords)); | ||||
| const hardMuted = ref(props.withHardMute && checkMute(appearNote.value, $i?.hardMutedWords)); | ||||
| const translation = ref<Misskey.entities.NotesTranslateResponse | null>(null); | ||||
| const translating = ref(false); | ||||
| const showTicker = (defaultStore.state.instanceTicker === 'always') || (defaultStore.state.instanceTicker === 'remote' && appearNote.value.user.instance); | ||||
| const canRenote = computed(() => ['public', 'home'].includes(appearNote.value.visibility) || (appearNote.value.visibility === 'followers' && appearNote.value.userId === $i.id)); | ||||
| const renoteCollapsed = ref(defaultStore.state.collapseRenotes && isRenote && (($i && ($i.id === note.value.userId || $i.id === appearNote.value.userId)) || (appearNote.value.myReaction != null))); | ||||
| const hideMutedNotes = defaultStore.state.hideMutedNotes; | ||||
| 
 | ||||
| function checkMute(note: Misskey.entities.Note, mutedWords: Array<string | string[]> | undefined | null): boolean { | ||||
| 	if (mutedWords == null) return false; | ||||
|  |  | |||
		Loading…
	
		Reference in New Issue