mirror of
				https://gitlab.com/famedly/fluffychat.git
				synced 2025-11-03 22:07:23 +01:00 
			
		
		
		
	Merge branch 'krille/invite-link' into 'main'
change: Set client ID in invite action link See merge request famedly/fluffychat!614
This commit is contained in:
		
						commit
						46096baf04
					
				@ -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