Skip to content

Commit

Permalink
Change request check
Browse files Browse the repository at this point in the history
  • Loading branch information
n9lsjr committed Dec 16, 2024
1 parent fd88f85 commit abee244
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/backend/swarm.cjs
Original file line number Diff line number Diff line change
Expand Up @@ -405,7 +405,6 @@ const check_data_message = async (data, connection, topic) => {
//Start-up history sync
if (data.type === REQUEST_HISTORY && con.request) {
send_history(con.address, topic, active.key)
con.request = false
return true
} else if (data.type === SEND_HISTORY && con.request) {
process_request(data.messages, active.key)
Expand Down

0 comments on commit abee244

Please sign in to comment.