forked from Henry-Hiles/nexus
improve reply handling
This commit is contained in:
parent
1bd5f28c6d
commit
0769ab4dbb
4 changed files with 83 additions and 49 deletions
|
|
@ -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,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue