1
0
mirror of https://gitlab.com/comunic/comunicmobile synced 2025-06-19 08:15:16 +00:00

Remove current user name from conversations members names.

This commit is contained in:
2019-04-23 18:15:29 +02:00
parent 5eac36c9a2
commit 2cb9a7e1c0
2 changed files with 24 additions and 4 deletions

View 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();
}