Skip to content

Commit

Permalink
add comment
Browse files Browse the repository at this point in the history
  • Loading branch information
arvid220u committed Jun 30, 2022
1 parent a182ff7 commit 3e618ab
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions daemon/transmitter/transmitter.cc
Original file line number Diff line number Diff line change
Expand Up @@ -390,6 +390,8 @@ auto Transmitter::retrieve() -> void {
auto [start_index, end_index] = update_async_invitation_retrieve_index();

// call the server to retrieve the async friend requests
// this will also reset the index to 0 if end_index is at the end of the DB
// ROWS
retrieve_async_invitations(start_index, end_index);

check_rep();
Expand Down

0 comments on commit 3e618ab

Please sign in to comment.