Skip to content

Fix cache pollution with internal room entity

Daniel Gerhardt requested to merge fix-internal-room-caching into master

An internal entity was unnecessarily used which made it into the cache. This caused a SecurityException when a non-internal version of the entity was requested later on for use with the REST API.

Merge request reports