mirror of
				https://codeberg.org/yeentown/barkey.git
				synced 2025-11-04 07:24:13 +00:00 
			
		
		
		
	fix: 自分のdirect noteがuser list timelineに追加されない (#12782)
* fix: 自分のdirect noteがuser list timelineに追加されない * docs(changelog): Fix: 自分のdirect noteがuser list timelineに追加されない
This commit is contained in:
		
							parent
							
								
									7ce353bcc7
								
							
						
					
					
						commit
						34cdba6c11
					
				
					 2 changed files with 2 additions and 0 deletions
				
			
		| 
						 | 
					@ -16,6 +16,7 @@
 | 
				
			||||||
 | 
					
 | 
				
			||||||
### General
 | 
					### General
 | 
				
			||||||
- Enhance: ローカリゼーションの更新
 | 
					- Enhance: ローカリゼーションの更新
 | 
				
			||||||
 | 
					- Fix: 自分のdirect noteがuser list timelineに追加されない
 | 
				
			||||||
 | 
					
 | 
				
			||||||
### Client
 | 
					### Client
 | 
				
			||||||
- 
 | 
					- 
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
| 
						 | 
					@ -1172,6 +1172,7 @@ export class NoteCreateService implements OnApplicationShutdown {
 | 
				
			||||||
				// ダイレクトのとき、そのリストが対象外のユーザーの場合
 | 
									// ダイレクトのとき、そのリストが対象外のユーザーの場合
 | 
				
			||||||
				if (
 | 
									if (
 | 
				
			||||||
					note.visibility === 'specified' &&
 | 
										note.visibility === 'specified' &&
 | 
				
			||||||
 | 
										note.userId !== userListMembership.userListUserId &&
 | 
				
			||||||
					!note.visibleUserIds.some(v => v === userListMembership.userListUserId)
 | 
										!note.visibleUserIds.some(v => v === userListMembership.userListUserId)
 | 
				
			||||||
				) continue;
 | 
									) continue;
 | 
				
			||||||
 | 
					
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
	Add table
		
		Reference in a new issue