mirror of
https://github.com/hoernschen/dendrite.git
synced 2025-07-31 13:22:46 +00:00
Add initial support for storing user room keys (#3098)
This commit is contained in:
parent
5713c5715c
commit
832ccc32f6
10 changed files with 700 additions and 7 deletions
|
@ -44,6 +44,11 @@ type EventMetadata struct {
|
|||
RoomNID RoomNID
|
||||
}
|
||||
|
||||
type UserRoomKeyPair struct {
|
||||
RoomNID RoomNID
|
||||
EventStateKeyNID EventStateKeyNID
|
||||
}
|
||||
|
||||
// StateSnapshotNID is a numeric ID for the state at an event.
|
||||
type StateSnapshotNID int64
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue