Skip to content

Commit

Permalink
event: add encrypted file info for m.room.member
Browse files Browse the repository at this point in the history
  • Loading branch information
Fizzadar committed Dec 3, 2024
1 parent 166ba04 commit 9593f72
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions event/member.go
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,7 @@ type MemberEventContent struct {
IsDirect bool `json:"is_direct,omitempty"`
ThirdPartyInvite *ThirdPartyInvite `json:"third_party_invite,omitempty"`
Reason string `json:"reason,omitempty"`
MSC3414File *EncryptedFileInfo `json:"org.matrix.msc3414.file,omitempty"`
}

type ThirdPartyInvite struct {
Expand Down

0 comments on commit 9593f72

Please sign in to comment.