KeyChanges returns a list of user IDs who have modified their keys from the offset given (exclusive) to the offset given (inclusive). A to offset of types.OffsetNewest means no upper limit. Returns the offset of the latest key change.
(ctx context.Context, fromOffset, toOffset int64)
| 71 | // A to offset of types.OffsetNewest means no upper limit. |
| 72 | // Returns the offset of the latest key change. |
| 73 | KeyChanges(ctx context.Context, fromOffset, toOffset int64) (userIDs []string, latestOffset int64, err error) |
| 74 | |
| 75 | // StaleDeviceLists returns a list of user IDs ending with the domains provided who have stale device lists. |
| 76 | // If no domains are given, all user IDs with stale device lists are returned. |
no outgoing calls