add skippush to merge

This commit is contained in:
Salvatore Giordano
2021-06-07 10:59:35 +02:00
parent 612e52b6fb
commit 6df1e111cb
@@ -366,6 +366,7 @@ class Message extends Equatable {
pinnedAt: other.pinnedAt,
pinExpires: other.pinExpires,
pinnedBy: other.pinnedBy,
skipPush: other.skipPush,
);
@override