Skip to content

Introduce NeoChatConnection

Tobias Fella requested to merge work/tobias/neochatconnection into master

Previously, some functions that conceptually belong to the connection needed to be in the Controller, since we didn't have a place to put them. This fixes that by extending the Connection class in a similar way as we extend the Room class.

Merge request reports