Comparing non-optional value of type 'ConversationInfoReducer.State' (aka 'ChatSessionState<ConversationInfoReducer.ConversationInfoState>') to 'nil' always returns false
Now that info is initialized when the state is created, I don't think this code is necessary at all anymore. It may be useful when switching between conversations, we must try this before merging (hence the Draft status). I couldn't try locally because of #129, so can one of you confirm it doesn't break anything?
While building the app, I got:
Now that
info
is initialized when the state is created, I don't think this code is necessary at all anymore. It may be useful when switching between conversations, we must try this before merging (hence the Draft status). I couldn't try locally because of #129, so can one of you confirm it doesn't break anything?