Live video on the AT Protocol

stream_session: broadcasterdid serverdid typo

+1 -1
+1 -1
pkg/director/stream_session.go
··· 193 }) 194 195 ss.Go(ctx, func() error { 196 - return ss.statefulDB.UpsertBroadcastOrigin(spseg.Creator, ss.cli.BroadcasterDID(), time.Now()) 197 }) 198 199 ss.Go(ctx, func() error {
··· 193 }) 194 195 ss.Go(ctx, func() error { 196 + return ss.statefulDB.UpsertBroadcastOrigin(spseg.Creator, ss.cli.ServerDID(), time.Now()) 197 }) 198 199 ss.Go(ctx, func() error {