1. Set thread avatar from `native`.
2. Observe that thread avatar is set in `serverDB`:
{F471906}
3. Observe that Redux state on `native` is updated with `avatar`:
{F471905}
4. Observe that `avatar` field is persisted in `clientDB` `threads` table.
5. Observe that `avatar` is included in `SET_CLIENT_DB_STORE` action:
{F471907}