Skip to content

Commit

Permalink
fix_: experiment
Browse files Browse the repository at this point in the history
  • Loading branch information
alwx committed Apr 30, 2024
1 parent 53a98f7 commit e446603
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions protocol/messenger_peersyncing.go
Original file line number Diff line number Diff line change
Expand Up @@ -123,10 +123,10 @@ func (m *Messenger) sendDatasyncOffers() error {
return err
}

err = m.sendDatasyncOffersForChats()
if err != nil {
return err
}
//err = m.sendDatasyncOffersForChats()
//if err != nil {
// return err
//}

// Check all the group ids that need to be on offer
// Get all the messages that need to be offered
Expand Down

0 comments on commit e446603

Please sign in to comment.