isUnknownSession property

bool isUnknownSession

Whether this session is unknown to others

Implementation

bool get isUnknownSession =>
    userDeviceKeys[userID]?.deviceKeys[deviceID]?.signed != true;