merged upper branch

This commit is contained in:
Deven Joshi
2021-04-12 19:01:36 +05:30
parent 761deb197e
commit ee617439cd
2 changed files with 3 additions and 3 deletions
@@ -105,7 +105,7 @@ class Attachment extends Equatable {
final AttachmentFile? file;
/// The current upload state of the attachment
final UploadState? uploadState;
late final UploadState? uploadState;
/// Map of custom channel extraData
@JsonKey(includeIfNull: false)
@@ -206,7 +206,7 @@ class Attachment extends Equatable {
);
@override
List<Object> get props => [
List<Object?> get props => [
id,
type,
titleLink,
@@ -349,7 +349,7 @@ class Message extends Equatable {
}
@override
List<Object> get props => [
List<Object?> get props => [
id,
text,
type,