add TODO for send event request content to be Content
This commit is contained in:
parent
71a4274ff2
commit
120b5a515d
1 changed files with 1 additions and 0 deletions
|
|
@ -7,6 +7,7 @@ abstract class SendEventRequest with _$SendEventRequest {
|
||||||
const factory SendEventRequest({
|
const factory SendEventRequest({
|
||||||
required String roomId,
|
required String roomId,
|
||||||
required String type,
|
required String type,
|
||||||
|
// TODO: Make this a type of `Content`, will need changes for sending reactions
|
||||||
required Map<String, dynamic> content,
|
required Map<String, dynamic> content,
|
||||||
@Default(false) bool synchronous,
|
@Default(false) bool synchronous,
|
||||||
@Default(false) bool disableEncryption,
|
@Default(false) bool disableEncryption,
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue