mirror of
				https://gitlab.com/famedly/fluffychat.git
				synced 2025-11-03 22:07:23 +01:00 
			
		
		
		
	Merge branch 'krille/updatesdk' into 'main'
chore: Update SDK See merge request famedly/fluffychat!582
This commit is contained in:
		
						commit
						a54e28e5fe
					
				@ -80,7 +80,6 @@ abstract class ClientManager {
 | 
			
		||||
 | 
			
		||||
  static Client createClient(String clientName) => Client(
 | 
			
		||||
        clientName,
 | 
			
		||||
        enableE2eeRecovery: true,
 | 
			
		||||
        verificationMethods: {
 | 
			
		||||
          KeyVerificationMethod.numbers,
 | 
			
		||||
          if (PlatformInfos.isMobile || PlatformInfos.isLinux)
 | 
			
		||||
 | 
			
		||||
@ -783,7 +783,7 @@ packages:
 | 
			
		||||
      name: matrix
 | 
			
		||||
      url: "https://pub.dartlang.org"
 | 
			
		||||
    source: hosted
 | 
			
		||||
    version: "0.7.0-nullsafety.9"
 | 
			
		||||
    version: "0.7.0-nullsafety.10"
 | 
			
		||||
  matrix_api_lite:
 | 
			
		||||
    dependency: transitive
 | 
			
		||||
    description:
 | 
			
		||||
 | 
			
		||||
@ -48,7 +48,7 @@ dependencies:
 | 
			
		||||
  intl: any
 | 
			
		||||
  localstorage: ^4.0.0+1
 | 
			
		||||
  lottie: ^1.2.1
 | 
			
		||||
  matrix: ^0.7.0-nullsafety.9
 | 
			
		||||
  matrix: ^0.7.0-nullsafety.10
 | 
			
		||||
  matrix_link_text: ^1.0.2
 | 
			
		||||
  open_noti_settings: ^0.2.0
 | 
			
		||||
  package_info_plus: ^1.2.1
 | 
			
		||||
 | 
			
		||||
@ -12,7 +12,6 @@ Future<Client> prepareTestClient({
 | 
			
		||||
  final client = Client(
 | 
			
		||||
    'FluffyChat Widget Tests',
 | 
			
		||||
    httpClient: FakeMatrixApi(),
 | 
			
		||||
    enableE2eeRecovery: true,
 | 
			
		||||
    verificationMethods: {
 | 
			
		||||
      KeyVerificationMethod.numbers,
 | 
			
		||||
      KeyVerificationMethod.emoji,
 | 
			
		||||
 | 
			
		||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user