fix: App freezes because of recursive loop with getLocalizedDisplayname() call

This commit is contained in:
Krille 2024-08-09 10:17:23 +02:00
parent 820a0c53dd
commit a0bfd0c73d
No known key found for this signature in database
GPG Key ID: E067ECD60F1A0652
1 changed files with 1 additions and 3 deletions

View File

@ -1641,9 +1641,7 @@ class Room {
required bool ignoreErrors,
}) async {
try {
Logs().v(
'Request missing user $mxID in room ${getLocalizedDisplayname()} from the server...',
);
Logs().v('Request missing user $mxID in room $id from the server...');
final resp = await client.getRoomStateWithKey(
id,
EventTypes.RoomMember,