Add logging for server subscriptions in ServerMessageService
This commit is contained in:
@@ -18,7 +18,9 @@ export class UserListComponent {
|
||||
|
||||
protected readonly serverState = computed(() => {
|
||||
const state = this.chatService.serverState();
|
||||
if (!state) return null;
|
||||
if (!state) {
|
||||
return null;
|
||||
}
|
||||
|
||||
return {
|
||||
servers: [...state.servers]
|
||||
|
||||
Reference in New Issue
Block a user