fix: App freezes because of recursive loop with getLocalizedDisplayname() call
This commit is contained in:
parent
820a0c53dd
commit
a0bfd0c73d
|
|
@ -1641,9 +1641,7 @@ class Room {
|
||||||
required bool ignoreErrors,
|
required bool ignoreErrors,
|
||||||
}) async {
|
}) async {
|
||||||
try {
|
try {
|
||||||
Logs().v(
|
Logs().v('Request missing user $mxID in room $id from the server...');
|
||||||
'Request missing user $mxID in room ${getLocalizedDisplayname()} from the server...',
|
|
||||||
);
|
|
||||||
final resp = await client.getRoomStateWithKey(
|
final resp = await client.getRoomStateWithKey(
|
||||||
id,
|
id,
|
||||||
EventTypes.RoomMember,
|
EventTypes.RoomMember,
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue