Merge branch 'develop' into hotfix/readIndicator

This commit is contained in:
Salvatore Giordano
2021-11-24 15:12:03 +01:00
committed by GitHub
8 changed files with 50 additions and 9 deletions
@@ -179,5 +179,14 @@ class User extends Equatable {
);
@override
List<Object?> get props => [id, role];
List<Object?> get props => [
id,
role,
lastActive,
online,
extraData,
banned,
teams,
language,
];
}