Commit 7339344
committed
feat: Add encryption and room_version fields to PublicRoom (MSC3266)
Add two new fields to PublicRoom struct for MSC3266 room summary support:
- Encryption: The encryption algorithm used in the room
- RoomVersion: The room version
These fields use unstable prefixes (im.nheko.summary.*) until MSC3266
is merged into the Matrix spec.
This enables federation hierarchy responses to include encryption and
room version information for room previews.
Ref: matrix-org/matrix-spec-proposals#32661 parent eb14008 commit 7339344
1 file changed
Lines changed: 6 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
133 | 133 | | |
134 | 134 | | |
135 | 135 | | |
| 136 | + | |
| 137 | + | |
| 138 | + | |
| 139 | + | |
| 140 | + | |
| 141 | + | |
136 | 142 | | |
137 | 143 | | |
138 | 144 | | |
| |||
0 commit comments