1
0
Fork 0
forked from Nexus/nexus

disable react button while last action is pending

This commit is contained in:
Henry Hiles 2026-04-12 15:07:49 -04:00
commit 3e8eba0872
Signed by: Henry-Hiles
SSH key fingerprint: SHA256:VKQUdS31Q90KvX7EkKMHMBpUspcmItAh86a+v7PGiIs
3 changed files with 79 additions and 53 deletions

View file

@ -8,6 +8,7 @@ abstract class SendEventRequest with _$SendEventRequest {
required String roomId,
required String type,
required Map<String, dynamic> content,
@Default(false) bool synchronous,
@Default(false) bool disableEncryption,
}) = _SendEventRequest;