mirror of
				https://gitlab.com/famedly/fluffychat.git
				synced 2025-11-04 06:17:26 +01:00 
			
		
		
		
	feat: Allow manual verification of other peoples devices
This commit is contained in:
		
							parent
							
								
									2bd00e6bb3
								
							
						
					
					
						commit
						ad3c89b41a
					
				@ -173,16 +173,16 @@ class _ChatEncryptionSettingsState extends State<ChatEncryptionSettings> {
 | 
			
		||||
                                child: Text(L10n.of(context).verifyStart),
 | 
			
		||||
                                value: 'verify',
 | 
			
		||||
                              ));
 | 
			
		||||
                              items.add(PopupMenuItem(
 | 
			
		||||
                                child: Text(L10n.of(context).verifyManual),
 | 
			
		||||
                                value: 'verify_manual',
 | 
			
		||||
                              ));
 | 
			
		||||
                            } else {
 | 
			
		||||
                              items.add(PopupMenuItem(
 | 
			
		||||
                                child: Text(L10n.of(context).verifyUser),
 | 
			
		||||
                                value: 'verify_user',
 | 
			
		||||
                              ));
 | 
			
		||||
                            }
 | 
			
		||||
                            items.add(PopupMenuItem(
 | 
			
		||||
                              child: Text(L10n.of(context).verifyManual),
 | 
			
		||||
                              value: 'verify_manual',
 | 
			
		||||
                            ));
 | 
			
		||||
                          }
 | 
			
		||||
                          if (deviceKeys[i].blocked) {
 | 
			
		||||
                            items.add(PopupMenuItem(
 | 
			
		||||
 | 
			
		||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user