AT Protocol Terminal Interface Explorer
5
fork

Configure Feed

Select the types of activity you want to include in your feed.

fix exiting jetstream

+3 -1
+3 -1
ui/app.go
··· 120 120 func (a *App) setJetStreamActive(active bool) tea.Cmd { 121 121 if active { 122 122 a.jetEventView.SetEvent(nil) 123 - a.lastView = a.active 123 + if a.active != a.jetEventView { 124 + a.lastView = a.active 125 + } 124 126 a.jetSreamActive = true 125 127 a.jetstream.SetSize(a.w, a.h) 126 128 if a.jetstream.Running() {