StoreKeyChange stores key change metadata and returns the device change ID which represents the position in the /sync stream for this device change. `userID` is the the user who has changed their keys in some way.
(ctx context.Context, userID string)
| 66 | // StoreKeyChange stores key change metadata and returns the device change ID which represents the position in the /sync stream for this device change. |
| 67 | // `userID` is the the user who has changed their keys in some way. |
| 68 | StoreKeyChange(ctx context.Context, userID string) (int64, error) |
| 69 | |
| 70 | // KeyChanges returns a list of user IDs who have modified their keys from the offset given (exclusive) to the offset given (inclusive). |
| 71 | // A to offset of types.OffsetNewest means no upper limit. |
no outgoing calls