mirror of
				https://codeberg.org/yeentown/barkey.git
				synced 2025-11-04 15:34:13 +00:00 
			
		
		
		
	
							parent
							
								
									e1cc95d308
								
							
						
					
					
						commit
						c541ced3ab
					
				
					 2 changed files with 2 additions and 1 deletions
				
			
		| 
						 | 
				
			
			@ -20,6 +20,7 @@
 | 
			
		|||
### Client
 | 
			
		||||
- Fix: アイコンデコレーションが複数の場所で見切れている問題を修正
 | 
			
		||||
― Fix: 「フォロー中の人全員の返信を含める/含めないようにする」のボタンを押下した際の確認が機能していない問題を修正
 | 
			
		||||
- Fix: 非ログイン時に「ノートを追加」を表示しないように変更 #12309
 | 
			
		||||
 | 
			
		||||
### Server
 | 
			
		||||
- Fix: トークンのないプラグインをアンインストールするときにエラーが出ないように
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
| 
						 | 
				
			
			@ -26,7 +26,7 @@ SPDX-License-Identifier: AGPL-3.0-only
 | 
			
		|||
								<span v-if="user.isAdmin" :title="i18n.ts.isAdmin" style="color: var(--badge);"><i class="ti ti-shield"></i></span>
 | 
			
		||||
								<span v-if="user.isLocked" :title="i18n.ts.isLocked"><i class="ti ti-lock"></i></span>
 | 
			
		||||
								<span v-if="user.isBot" :title="i18n.ts.isBot"><i class="ti ti-robot"></i></span>
 | 
			
		||||
								<button v-if="!isEditingMemo && !memoDraft" class="_button add-note-button" @click="showMemoTextarea">
 | 
			
		||||
								<button v-if="$i && !isEditingMemo && !memoDraft" class="_button add-note-button" @click="showMemoTextarea">
 | 
			
		||||
									<i class="ti ti-edit"/> {{ i18n.ts.addMemo }}
 | 
			
		||||
								</button>
 | 
			
		||||
							</div>
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
	Add table
		
		Reference in a new issue