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
Map<String, Map<String, int>> allowedAtIndex;