Merge branch 'develop' of https://github.com/misskey-dev/misskey into develop
This commit is contained in:
		
						commit
						ece5469277
					
				|  | @ -17,7 +17,7 @@ | |||
| - Enhance: モデレーションログ機能の強化 | ||||
| 
 | ||||
| ### Client | ||||
| - | ||||
| - Fix: ノートのメニューにある「詳細」ボタンの表示がログイン/ログアウト状態で統一されていない問題を修正 | ||||
| 
 | ||||
| ### Server | ||||
| - Fix: お知らせのページネーションが機能しない | ||||
|  |  | |||
|  | @ -368,8 +368,8 @@ export function getNoteMenu(props: { | |||
| 			.filter(x => x !== undefined); | ||||
| 	} else { | ||||
| 		menu = [{ | ||||
| 			icon: 'ti ti-external-link', | ||||
| 			text: i18n.ts.detailed, | ||||
| 			icon: 'ti ti-info-circle', | ||||
| 			text: i18n.ts.details, | ||||
| 			action: openDetail, | ||||
| 		}, { | ||||
| 			icon: 'ti ti-copy', | ||||
|  |  | |||
		Loading…
	
		Reference in New Issue