mirror of
				https://codeberg.org/yeentown/barkey.git
				synced 2025-11-03 23:14:13 +00:00 
			
		
		
		
	use correct user for preview/link of collapsed parent - fixes #575
This commit is contained in:
		
							parent
							
								
									7dfe9087b2
								
							
						
					
					
						commit
						872460404a
					
				
					 1 changed files with 1 additions and 1 deletions
				
			
		| 
						 | 
					@ -16,7 +16,7 @@ SPDX-License-Identifier: AGPL-3.0-only
 | 
				
			||||||
	<div v-if="appearNote.reply && inReplyToCollapsed && !renoteCollapsed" :class="$style.collapsedInReplyTo">
 | 
						<div v-if="appearNote.reply && inReplyToCollapsed && !renoteCollapsed" :class="$style.collapsedInReplyTo">
 | 
				
			||||||
		<div :class="$style.collapsedInReplyToLine"></div>
 | 
							<div :class="$style.collapsedInReplyToLine"></div>
 | 
				
			||||||
		<MkAvatar :class="$style.collapsedInReplyToAvatar" :user="appearNote.reply.user" link preview/>
 | 
							<MkAvatar :class="$style.collapsedInReplyToAvatar" :user="appearNote.reply.user" link preview/>
 | 
				
			||||||
		<MkA v-user-preview="note.user.id" :class="$style.name" :to="userPage(note.user)">
 | 
							<MkA v-user-preview="appearNote.reply.userId" :class="$style.name" :to="userPage(appearNote.reply.user)">
 | 
				
			||||||
			<MkAcct :user="appearNote.reply.user"/>
 | 
								<MkAcct :user="appearNote.reply.user"/>
 | 
				
			||||||
		</MkA>:
 | 
							</MkA>:
 | 
				
			||||||
		<Mfm :text="getNoteSummary(appearNote.reply)" :plain="true" :nowrap="true" :author="appearNote.reply.user" :nyaize="'respect'" :class="$style.collapsedInReplyToText" @click="inReplyToCollapsed = false"/>
 | 
							<Mfm :text="getNoteSummary(appearNote.reply)" :plain="true" :nowrap="true" :author="appearNote.reply.user" :nyaize="'respect'" :class="$style.collapsedInReplyToText" @click="inReplyToCollapsed = false"/>
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
	Add table
		
		Reference in a new issue