chore(ui): update dependencies

This commit is contained in:
Salvatore Giordano
2021-10-05 09:51:05 +02:00
parent b70e385c0f
commit ef3cbe3833
2 changed files with 7 additions and 4 deletions
@@ -384,6 +384,9 @@ class MessageInputState extends State<MessageInput> {
Timer? _slowModeTimer;
void _startSlowMode() {
if (!mounted) {
return;
}
final channel = StreamChannel.of(context).channel;
final cooldownStartedAt = channel.cooldownStartedAt;
if (cooldownStartedAt != null) {