prevent deadlock on startup
when loading the encrypted events from storage,
the code would wait for the encryption target users,
which would never come because you would only load them
when viewing the room.
This disabled starting to track the devices in the room
when the inhibitDeviceQuery is set.