mirror of
				https://gitlab.com/famedly/fluffychat.git
				synced 2025-11-03 22:07:23 +01:00 
			
		
		
		
	change: Set client ID in invite action link
This commit is contained in:
		
							parent
							
								
									1db86b3f3c
								
							
						
					
					
						commit
						89c4d6e769
					
				@ -330,7 +330,7 @@ class ChatListController extends State<ChatList> {
 | 
			
		||||
      case PopupMenuAction.invite:
 | 
			
		||||
        FluffyShare.share(
 | 
			
		||||
            L10n.of(context).inviteText(Matrix.of(context).client.userID,
 | 
			
		||||
                'https://matrix.to/#/${Matrix.of(context).client.userID}'),
 | 
			
		||||
                'https://matrix.to/#/${Matrix.of(context).client.userID}?client=im.fluffychat'),
 | 
			
		||||
            context);
 | 
			
		||||
        break;
 | 
			
		||||
      case PopupMenuAction.newGroup:
 | 
			
		||||
 | 
			
		||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user