This commit is contained in:
tiago.kayaya
2022-01-13 13:45:04 +01:00
parent e2e3067bf5
commit f54beff851
5 changed files with 6 additions and 9 deletions
@@ -113,7 +113,7 @@ export class WsChatMethodsService {
}
private isIndividual(roomData) {
return !roomData.fname
return roomData.t == "d";
}
}