Fix deserialization of room deleted events by authz
Authz service failed to serialize RoomDeletedEvents if no ownerId
was set. The core does not include the ownerId for scheduled
deletions.
Removed the property from the event model because it is not used by authz.
Closes: #212 (closed)