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
types: Use SubsetProperties to base Outbox more directly on Message.
This actually turned up one small discrepancy! The `reactions`
property's type was plain `Reaction[]` here, but over on Message
it's `$ReadOnlyArray<Reaction>`.
While we're closely comparing these, also add a `$ReadOnly` on the
whole type to match the one on `Message`.
0 commit comments