refactor: `ChatRoomFactory` returns real `ChatRoom`s
authorKai Moritz <kai@juplo.de>
Sun, 26 Feb 2023 14:30:20 +0000 (15:30 +0100)
committerKai Moritz <kai@juplo.de>
Sun, 26 Feb 2023 14:30:20 +0000 (15:30 +0100)
- `ChatHomeService` only deals with real `ChatRoom`s.
- Hence, there is no need for `ChatRoomFactory`, to return the simplified
  interface `ChatRoomInfo`.
- This is, because the implementation specific logic is implemented in the
  `ChatHomeService`, not `ChatHome` itself: the actual implementation is
  hidden behind that service (and behind the service `ChatRoomService` in
  the domain-class `ChatRoom`).


No differences found