ChannelEventsListener
open class ChannelEventsListener(serverRepository: ServerRepository, sessionService: SessionService) : EventListener<ChannelEvent>
Listens for events related to channels and updates the server repository accordingly.