fix: Code style
Signed-off-by: The one with the braid <info@braid.business>
This commit is contained in:
parent
f1fd6f43f9
commit
5dea95f02c
|
|
@ -2221,7 +2221,7 @@ class Client extends MatrixApi {
|
||||||
requestHistoryOnLimitedTimeline) {
|
requestHistoryOnLimitedTimeline) {
|
||||||
Logs().v(
|
Logs().v(
|
||||||
'Limited timeline for ${rooms[roomIndex].id} request history now');
|
'Limited timeline for ${rooms[roomIndex].id} request history now');
|
||||||
runInRoot(rooms[roomIndex].requestHistory);
|
unawaited(runInRoot(rooms[roomIndex].requestHistory));
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
return room;
|
return room;
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue