We decided to use the existing store for local messages for two reasons, to avoid adding a new store, and because in components, LocalMessageInfo is easily accessible (I think it saves us at least a couple of days of work).
Additionally LocalMessageInfo seems like a reasonable place to put this data.
All fields in LocalMessageInfo are optional, which means this does not require a migration.
Depends on D13152