allowedAtIndex property

Map<String, Map<String, int>> allowedAtIndex
getter/setter pair

Map of userId to map of deviceId to index, that we know that device receivied, e.g. sending it ourself. Used for automatically answering key requests

Implementation

Map<String, Map<String, int>> allowedAtIndex;