mirror of
				https://gitlab.com/famedly/fluffychat.git
				synced 2025-11-04 06:17:26 +01:00 
			
		
		
		
	fix: Default offline state
This commit is contained in:
		
							parent
							
								
									14f633bc2b
								
							
						
					
					
						commit
						72604c61f0
					
				@ -14,7 +14,7 @@ extension ClientPresenceExtension on Client {
 | 
			
		||||
                {
 | 
			
		||||
                  'sender': mxid,
 | 
			
		||||
                  'type': 'm.presence',
 | 
			
		||||
                  'content': {'presence': 'online'},
 | 
			
		||||
                  'content': {'presence': 'offline'},
 | 
			
		||||
                },
 | 
			
		||||
              ),
 | 
			
		||||
        )
 | 
			
		||||
 | 
			
		||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user