You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Compare a1fad7c, which did the same for the sender_id property.
We actually did part of this a few months ago, in fce3e8b in #4667.
That commit added it to the type, but we hadn't yet taken the step of
supplying this property in any actual Outbox values.
Also add back to a TODO comment a bit that got dropped in 8171f2d.
This makes #3998 mostly complete: the remaining steps will be to get a
release with this change out, wait a few weeks, then make `stream_id`
required with a migration to drop `Outbox` values that lack it, just as
we did for `sender_id` before.
Issue: #3998
0 commit comments