Hello. I encountered two issues during implementation in the web app:
1. After updating the language via language_override, the intercom language is updated, with the exception of the block for composing a new message (the language changes within this block).
To change the language of this block, you need to completely reinitialize the connection via shutdown and boot. This works the same in both demo and user mode.

- Also, if we were initialized in our application as a demo user and did an update upon login with user_id, user_hash, and other user data, then the user's message history is not loaded, although his name is displayed and if we write an intercom message, it comes from this user. This can also only be solved by a complete reinitialization via shutdown and boot.