Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
connector/sync: fix NPE when syncing channels
Before this change syncChannels would NPE if inboxData.Conversations was nil due to being omitted because it's empty. This change ensures that the Conversations map is not nil before copying to it. Signed-off-by: Sumner Evans <[email protected]>
- Loading branch information