An ATproto social media client -- with an independent Appview.

Recover from initial failed firehose state (#4211)

authored by

Eric Bailey and committed by
GitHub
c0175af7 afab4d51

+1
+1
src/state/messages/events/agent.ts
··· 210 210 } 211 211 case MessagesEventBusStatus.Error: { 212 212 switch (action.event) { 213 + case MessagesEventBusDispatchEvent.UpdatePoll: 213 214 case MessagesEventBusDispatchEvent.Resume: { 214 215 // basically reset 215 216 this.status = MessagesEventBusStatus.Initializing