save config for advanced options

This commit is contained in:
Salvatore Giordano
2020-11-25 15:50:00 +01:00
parent 58b079abba
commit 3c9072e81c
5 changed files with 21 additions and 3 deletions
+1 -1
View File
@@ -104,7 +104,7 @@ class ChannelPreview extends StatelessWidget {
.isAfter(channel
.state.lastMessage.createdAt))
.length ==
(channel.memberCount ?? 0) - 1,
(channel.memberCount ?? 0),
),
);
}