Skip to content

Fix deserialization of room deleted events by authz

Daniel Gerhardt requested to merge fix-authz-room-deleted-event into master

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)

Merge request reports