mirror of
				https://gitlab.com/comunic/comunicmobile
				synced 2025-11-03 19:54:12 +00:00 
			
		
		
		
	Remove current user name from conversations members names.
This commit is contained in:
		
							
								
								
									
										10
									
								
								lib/utils/account_utils.dart
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										10
									
								
								lib/utils/account_utils.dart
									
									
									
									
									
										Normal file
									
								
							@@ -0,0 +1,10 @@
 | 
			
		||||
import 'package:comunic/helpers/account_helper.dart';
 | 
			
		||||
 | 
			
		||||
/// Account utilities
 | 
			
		||||
///
 | 
			
		||||
/// @author Pierre HUBERT
 | 
			
		||||
 | 
			
		||||
/// Get the ID of the current user
 | 
			
		||||
int userID() {
 | 
			
		||||
  return AccountHelper.getCurrentUserID();
 | 
			
		||||
}
 | 
			
		||||
		Reference in New Issue
	
	Block a user