See here:
|
if vote_event.vote_event_id <= last_processed_vote_event_id |
For this condition to do the correct thing, we need to make sure that the vote events are sent in the correct order. Vote event ids are assigned by the backend, not in the global brain service.
See here:
GlobalBrain.jl/src/service/vote-event-processing.jl
Line 36 in ca26a8c
For this condition to do the correct thing, we need to make sure that the vote events are sent in the correct order. Vote event ids are assigned by the backend, not in the global brain service.