Skip to content

Commit

Permalink
Merge pull request #465 from pangeachat/space-view-loading
Browse files Browse the repository at this point in the history
Space view loading
  • Loading branch information
ggurdin authored Jul 16, 2024
2 parents efa325f + 75ebd02 commit ba652bb
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions lib/pages/chat_list/space_view.dart
Original file line number Diff line number Diff line change
Expand Up @@ -125,6 +125,9 @@ class _SpaceViewState extends State<SpaceView> {
activeSpaceId,
maxDepth: 1,
from: prevBatch,
// #Pangea
limit: 100,
// Pangea#
);

if (prevBatch != null) {
Expand Down

0 comments on commit ba652bb

Please sign in to comment.