add TODO for send event request content to be Content

This commit is contained in:
Henry Hiles 2026-07-14 14:36:31 -04:00
commit 120b5a515d
Signed by: Henry-Hiles
SSH key fingerprint: SHA256:VKQUdS31Q90KvX7EkKMHMBpUspcmItAh86a+v7PGiIs

View file

@ -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,