improve reply handling

This commit is contained in:
Henry Hiles 2026-03-10 19:22:41 -04:00
commit 0769ab4dbb
No known key found for this signature in database
4 changed files with 83 additions and 49 deletions

View file

@ -7,7 +7,7 @@ part "message_config.g.dart";
@freezed
abstract class MessageConfig with _$MessageConfig {
const factory MessageConfig({
@Default(false) bool mustBeText,
@Default(false) bool alwaysReturn,
@Default(false) bool includeEdits,
required Room room,
required Event event,