Skip to content

Commit

Permalink
ignore the sequence number in StoreKvEvent
Browse files Browse the repository at this point in the history
  • Loading branch information
mycognosist committed Feb 6, 2024
1 parent 5095fb2 commit bbd77a2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion solar/src/actors/muxrpc/history_stream.rs
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ where
self.recv_error_response(api, *req_no, err).await
}
// Handle a broker message.
RpcInput::Message(BrokerMessage::StoreKv(StoreKvEvent(ssb_id))) => {
RpcInput::Message(BrokerMessage::StoreKv(StoreKvEvent((ssb_id, _seq)))) => {
// Notification from the key-value store indicating that
// a new message has just been appended to the feed
// identified by `ssb_id`.
Expand Down

0 comments on commit bbd77a2

Please sign in to comment.