We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 63ffa50 commit dab710fCopy full SHA for dab710f
apps/meteor/client/lib/rooms/roomTypes/direct.ts
@@ -73,11 +73,7 @@ roomCoordinator.add(
73
return;
74
}
75
76
- if (settings.watch('UI_Use_Real_Name') && subscription.fname) {
77
- return subscription.fname;
78
- }
79
-
80
- return subscription.name;
+ return subscription.fname || subscription.name;
81
},
82
83
isGroupChat(room) {
0 commit comments